#8E1BBC

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

Shades of Dark Orchid #8E1BBC

Tints of Dark Orchid #8E1BBC

Color information

#8E1BBC (or 0x8E1BBC) is unknown color: approx Dark Orchid. HEX triplet: 8E, 1B and BC. RGB value is (142,27,188). Sum of RGB (Red+Green+Blue) = 142+27+188=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 27 (10.94% from 255 or 7.56% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E1BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E1BBC is #71E443. Grayscale: #4F4F4F. Windows color (decimal): -7464004 or 12327822. OLE color: 12327822.

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

Color convert

RGB14227188-
CMYK0.240.8600.26
HSL282.86º74.88%42.16%-
HSV(B)282.86º85.64%73.73%-
XYZ20.6210.1748.45-
YUV79.74189.1172.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.78%
GREEN value IS 27 (10.94% from 255) = 7.56%
BLUE value IS 188 (73.83% from 255) = 52.66%
R=39.78%
G=7.56%
B=52.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal142271880.240.8600.26282.8674.8842.16
Hex8E1BBC185601A11b4b2a
Octal216332743012603243311352
Binary1000111011011101111001100010101100110101000110111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,27,188); }

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

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

 a { background-color: rgb(142,27,188); }

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

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

 span { border-color: rgb(142,27,188); }

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