#9E44DB

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

Shades of Dark Orchid #9E44DB

Tints of Dark Orchid #9E44DB

Color information

#9E44DB (or 0x9E44DB) is unknown color: approx Dark Orchid. HEX triplet: 9E, 44 and DB. RGB value is (158,68,219). Sum of RGB (Red+Green+Blue) = 158+68+219=445 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.51% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E44DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E44DB is #61BB24. Grayscale: #6F6F6F. Windows color (decimal): -6404901 or 14369950. OLE color: 14369950.

HSL color Cylindrical-coordinate representation of color #9E44DB: hue angle of 275.76º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E44DB is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15868219-
CMYK0.280.6900.14
HSL275.76º67.71%56.27%-
HSV(B)275.76º68.95%85.88%-
XYZ28.9516.5268.68-
YUV112.12188.32160.72-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.51%
GREEN value IS 68 (26.95% from 255) = 15.28%
BLUE value IS 219 (85.94% from 255) = 49.21%
R=35.51%
G=15.28%
B=49.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal158682190.280.6900.14275.7667.7156.27
Hex9E44DB1C450E1144438
Octal2361043333410501642410470
Binary10011110100010011011011111001000101011101000101001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E44DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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