#8f18c0

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

Shades of Dark Orchid #8F18C0

Tints of Dark Orchid #8F18C0

Color information

#8F18C0 (or 0x8F18C0) is unknown color: approx Dark Orchid. HEX triplet: 8F, 18 and C0. RGB value is (143,24,192). Sum of RGB (Red+Green+Blue) = 143+24+192=359 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.83% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 192 (75.39% from 255 or 53.48% from 359); Max value from RGB is 192 - color contains mainly: blue. Hex color #8F18C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F18C0 is #70E73F. Grayscale: #4E4E4E. Windows color (decimal): -7399232 or 12589199. OLE color: 12589199.

HSL color Cylindrical-coordinate representation of color #8F18C0: hue angle of 282.5º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F18C0 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14324192-
CMYK0.260.8800.25
HSL282.5º77.78%42.35%-
HSV(B)282.5º87.5%75.29%-
XYZ21.1710.350.74-
YUV78.73191.92173.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.83%
GREEN value IS 24 (9.77% from 255) = 6.69%
BLUE value IS 192 (75.39% from 255) = 53.48%
R=39.83%
G=6.69%
B=53.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal143241920.260.8800.25282.577.7842.35
Hex8F18C01A5801911a4e2a
Octal217303003213003143211652
Binary1000111111000110000001101010110000110011000110101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f18c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8f18c0; }

 p { color: rgb(143,24,192); }

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

<style>
 a { background-color: #8f18c0; }

 a { background-color: rgb(143,24,192); }

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

<style>
 span { border-color: #8f18c0; }

 span { border-color: rgb(143,24,192); }

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