#9e42e2

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

Shades of Dark Orchid #9E42E2

Tints of Dark Orchid #9E42E2

Color information

#9E42E2 (or 0x9E42E2) is unknown color: approx Dark Orchid. HEX triplet: 9E, 42 and E2. RGB value is (158,66,226). Sum of RGB (Red+Green+Blue) = 158+66+226=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 226 (88.67% from 255 or 50.22% from 450); Max value from RGB is 226 - color contains mainly: blue. Hex color #9E42E2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E42E2 is #61BD1D. Grayscale: #6F6F6F. Windows color (decimal): -6405406 or 14828190. OLE color: 14828190.

HSL color Cylindrical-coordinate representation of color #9E42E2: hue angle of 274.5º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9E42E2 is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15866226-
CMYK0.300.7100.11
HSL274.5º73.39%57.25%-
HSV(B)274.5º70.8%88.63%-
XYZ29.7816.6673.6-
YUV111.75192.48160.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.11%
GREEN value IS 66 (26.17% from 255) = 14.67%
BLUE value IS 226 (88.67% from 255) = 50.22%
R=35.11%
G=14.67%
B=50.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal158662260.300.7100.11274.573.3957.25
Hex9E42E21E470B1124939
Octal2361023423610701342211171
Binary10011110100001011100010111101000111010111000100101001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e42e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9e42e2; }

 p { color: rgb(158,66,226); }

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

<style>
 a { background-color: #9e42e2; }

 a { background-color: rgb(158,66,226); }

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

<style>
 span { border-color: #9e42e2; }

 span { border-color: rgb(158,66,226); }

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