#9E31DE

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

Shades of Dark Orchid #9E31DE

Tints of Dark Orchid #9E31DE

Color information

#9E31DE (or 0x9E31DE) is unknown color: approx Dark Orchid. HEX triplet: 9E, 31 and DE. RGB value is (158,49,222). Sum of RGB (Red+Green+Blue) = 158+49+222=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E31DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E31DE is #61CE21. Grayscale: #646464. Windows color (decimal): -6409762 or 14561694. OLE color: 14561694.

HSL color Cylindrical-coordinate representation of color #9E31DE: hue angle of 277.8º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E31DE is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15849222-
CMYK0.290.7800.13
HSL277.8º72.38%53.14%-
HSV(B)277.8º77.93%87.06%-
XYZ28.3814.7470.46-
YUV101.31196.11168.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.83%
GREEN value IS 49 (19.53% from 255) = 11.42%
BLUE value IS 222 (87.11% from 255) = 51.75%
R=36.83%
G=11.42%
B=51.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal158492220.290.7800.13277.872.3853.14
Hex9E31DE1D4E0D1164835
Octal236613363511601542611065
Binary1001111011000111011110111011001110011011000101101001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E31DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,49,222); }

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

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

 a { background-color: rgb(158,49,222); }

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

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

 span { border-color: rgb(158,49,222); }

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