#8624bc

Color #8624BC Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8624BC

Tints of Dark Orchid #8624BC

Color information

#8624BC (or 0x8624BC) is unknown color: approx Dark Orchid. HEX triplet: 86, 24 and BC. RGB value is (134,36,188). Sum of RGB (Red+Green+Blue) = 134+36+188=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #8624BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8624BC is #79DB43. Grayscale: #525252. Windows color (decimal): -7985988 or 12330118. OLE color: 12330118.

HSL color Cylindrical-coordinate representation of color #8624BC: hue angle of 278.68º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8624BC is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13436188-
CMYK0.290.8100.26
HSL278.68º67.86%43.92%-
HSV(B)278.68º80.85%73.73%-
XYZ19.549.9648.47-
YUV82.63187.47164.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 37.43%
GREEN value IS 36 (14.45% from 255) = 10.06%
BLUE value IS 188 (73.83% from 255) = 52.51%
R=37.43%
G=10.06%
B=52.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal134361880.290.8100.26278.6867.8643.92
Hex8624BC1D5101A117442c
Octal206442743512103242710454
Binary10000110100100101111001110110100010110101000101111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8624bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8624bc; }

 p { color: rgb(134,36,188); }

 H1.HeaderClassName
 {
   color: #8624bc;
 }
 .AnyTagClassName
 {
   color: #8624bc;
 }
</style>
background-color css

<style>
 a { background-color: #8624bc; }

 a { background-color: rgb(134,36,188); }

 div.DivClassName
 {
   background-color: #8624bc;
 }
 .BgClassName
 {
   background-color: #8624bc;
 }
</style>
border-color css

<style>
 span { border-color: #8624bc; }

 span { border-color: rgb(134,36,188); }

 td.TdClassName
 {
   border-color: #8624bc;
 }
 .TagClassName
 {
   border-color: #8624bc;
 }
</style>