#8e21b2

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

Shades of Dark Orchid #8E21B2

Tints of Dark Orchid #8E21B2

Color information

#8E21B2 (or 0x8E21B2) is unknown color: approx Dark Orchid. HEX triplet: 8E, 21 and B2. RGB value is (142,33,178). Sum of RGB (Red+Green+Blue) = 142+33+178=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 178 (69.92% from 255 or 50.42% from 353); Max value from RGB is 178 - color contains mainly: blue. Hex color #8E21B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E21B2 is #71DE4D. Grayscale: #515151. Windows color (decimal): -7462478 or 11673998. OLE color: 11673998.

HSL color Cylindrical-coordinate representation of color #8E21B2: hue angle of 285.1º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E21B2 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14233178-
CMYK0.200.8100.30
HSL285.1º68.72%41.37%-
HSV(B)285.1º81.46%69.8%-
XYZ19.7410.0543.02-
YUV82.12182.11170.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.23%
GREEN value IS 33 (13.28% from 255) = 9.35%
BLUE value IS 178 (69.92% from 255) = 50.42%
R=40.23%
G=9.35%
B=50.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal142331780.200.8100.30285.168.7241.37
Hex8E21B2145101E11d4529
Octal216412622412103643510551
Binary10001110100001101100101010010100010111101000111011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e21b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,33,178); }

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

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

 a { background-color: rgb(142,33,178); }

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

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

 span { border-color: rgb(142,33,178); }

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