#8718BD

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

Shades of Dark Orchid #8718BD

Tints of Dark Orchid #8718BD

Color information

#8718BD (or 0x8718BD) is unknown color: approx Dark Orchid. HEX triplet: 87, 18 and BD. RGB value is (135,24,189). Sum of RGB (Red+Green+Blue) = 135+24+189=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #8718BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8718BD is #78E742. Grayscale: #4B4B4B. Windows color (decimal): -7923523 or 12392583. OLE color: 12392583.

HSL color Cylindrical-coordinate representation of color #8718BD: hue angle of 280.36º 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 #8718BD is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13524189-
CMYK0.290.8700.26
HSL280.36º77.46%41.76%-
HSV(B)280.36º87.3%74.12%-
XYZ19.59.4848.95-
YUV76191.77170.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.79%
GREEN value IS 24 (9.77% from 255) = 6.90%
BLUE value IS 189 (74.22% from 255) = 54.31%
R=38.79%
G=6.90%
B=54.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal135241890.290.8700.26280.3677.4641.76
Hex8718BD1D5701A1184d2a
Octal207302753512703243011552
Binary1000011111000101111011110110101110110101000110001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8718BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8718BD; }

 p { color: rgb(135,24,189); }

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

<style>
 a { background-color: #8718BD; }

 a { background-color: rgb(135,24,189); }

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

<style>
 span { border-color: #8718BD; }

 span { border-color: rgb(135,24,189); }

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