#9e44ce

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

Shades of Dark Orchid #9E44CE

Tints of Dark Orchid #9E44CE

Color information

#9E44CE (or 0x9E44CE) is unknown color: approx Dark Orchid. HEX triplet: 9E, 44 and CE. RGB value is (158,68,206). Sum of RGB (Red+Green+Blue) = 158+68+206=432 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.57% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E44CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E44CE is #61BB31. Grayscale: #6E6E6E. Windows color (decimal): -6404914 or 13517982. OLE color: 13517982.

HSL color Cylindrical-coordinate representation of color #9E44CE: hue angle of 279.13º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E44CE is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15868206-
CMYK0.230.6700.19
HSL279.13º58.47%53.73%-
HSV(B)279.13º66.99%80.78%-
XYZ27.3115.8660.01-
YUV110.64181.82161.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.57%
GREEN value IS 68 (26.95% from 255) = 15.74%
BLUE value IS 206 (80.86% from 255) = 47.69%
R=36.57%
G=15.74%
B=47.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal158682060.230.6700.19279.1358.4753.73
Hex9E44CE17430131173a36
Octal236104316271030234277266
Binary10011110100010011001110101111000011010011100010111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e44ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,68,206); }

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

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

 a { background-color: rgb(158,68,206); }

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

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

 span { border-color: rgb(158,68,206); }

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