#8E42D1

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

Shades of Dark Orchid #8E42D1

Tints of Dark Orchid #8E42D1

Color information

#8E42D1 (or 0x8E42D1) is unknown color: approx Dark Orchid. HEX triplet: 8E, 42 and D1. RGB value is (142,66,209). Sum of RGB (Red+Green+Blue) = 142+66+209=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 209 (82.03% from 255 or 50.12% from 417); Max value from RGB is 209 - color contains mainly: blue. Hex color #8E42D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E42D1 is #71BD2E. Grayscale: #686868. Windows color (decimal): -7453999 or 13714062. OLE color: 13714062.

HSL color Cylindrical-coordinate representation of color #8E42D1: hue angle of 271.89º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E42D1 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14266209-
CMYK0.320.6800.18
HSL271.89º60.85%53.92%-
HSV(B)271.89º68.42%81.96%-
XYZ24.6114.2561.78-
YUV105.03186.68154.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.05%
GREEN value IS 66 (26.17% from 255) = 15.83%
BLUE value IS 209 (82.03% from 255) = 50.12%
R=34.05%
G=15.83%
B=50.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal142662090.320.6800.18271.8960.8553.92
Hex8E42D120440121103d36
Octal216102321401040224207566
Binary100011101000010110100011000001000100010010100010000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E42D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,66,209); }

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

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

 a { background-color: rgb(142,66,209); }

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

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

 span { border-color: rgb(142,66,209); }

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