#8F1EBD

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

Shades of Dark Orchid #8F1EBD

Tints of Dark Orchid #8F1EBD

Color information

#8F1EBD (or 0x8F1EBD) is unknown color: approx Dark Orchid. HEX triplet: 8F, 1E and BD. RGB value is (143,30,189). Sum of RGB (Red+Green+Blue) = 143+30+189=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #8F1EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1EBD is #70E142. Grayscale: #515151. Windows color (decimal): -7397699 or 12394127. OLE color: 12394127.

HSL color Cylindrical-coordinate representation of color #8F1EBD: hue angle of 282.64º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F1EBD is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14330189-
CMYK0.240.8400.26
HSL282.64º72.6%42.94%-
HSV(B)282.64º84.13%74.12%-
XYZ20.9810.4449.05-
YUV81.91188.44171.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.50%
GREEN value IS 30 (12.11% from 255) = 8.29%
BLUE value IS 189 (74.22% from 255) = 52.21%
R=39.50%
G=8.29%
B=52.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal143301890.240.8400.26282.6472.642.94
Hex8F1EBD185401A11b492b
Octal217362753012403243311153
Binary1000111111110101111011100010101000110101000110111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,30,189); }

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

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

 a { background-color: rgb(143,30,189); }

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

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

 span { border-color: rgb(143,30,189); }

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