#8719bc

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

Shades of Dark Orchid #8719BC

Tints of Dark Orchid #8719BC

Color information

#8719BC (or 0x8719BC) is unknown color: approx Dark Orchid. HEX triplet: 87, 19 and BC. RGB value is (135,25,188). Sum of RGB (Red+Green+Blue) = 135+25+188=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #8719BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8719BC is #78E643. Grayscale: #4B4B4B. Windows color (decimal): -7923268 or 12327303. OLE color: 12327303.

HSL color Cylindrical-coordinate representation of color #8719BC: hue angle of 280.49º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8719BC is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13525188-
CMYK0.280.8700.26
HSL280.49º76.53%41.76%-
HSV(B)280.49º86.7%73.73%-
XYZ19.429.4848.38-
YUV76.47190.94169.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.79%
GREEN value IS 25 (10.16% from 255) = 7.18%
BLUE value IS 188 (73.83% from 255) = 54.02%
R=38.79%
G=7.18%
B=54.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal135251880.280.8700.26280.4976.5341.76
Hex8719BC1C5701A1184d2a
Octal207312743412703243011552
Binary1000011111001101111001110010101110110101000110001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8719bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,25,188); }

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

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

 a { background-color: rgb(135,25,188); }

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

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

 span { border-color: rgb(135,25,188); }

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