#9E2CDD

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

Shades of Dark Orchid #9E2CDD

Tints of Dark Orchid #9E2CDD

Color information

#9E2CDD (or 0x9E2CDD) is unknown color: approx Dark Orchid. HEX triplet: 9E, 2C and DD. RGB value is (158,44,221). Sum of RGB (Red+Green+Blue) = 158+44+221=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E2CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2CDD is #61D322. Grayscale: #616161. Windows color (decimal): -6411043 or 14494878. OLE color: 14494878.

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

Color convert

RGB15844221-
CMYK0.290.8000.13
HSL278.64º72.24%51.96%-
HSV(B)278.64º80.09%86.67%-
XYZ28.0514.2969.69-
YUV98.26197.27170.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.35%
GREEN value IS 44 (17.58% from 255) = 10.40%
BLUE value IS 221 (86.72% from 255) = 52.25%
R=37.35%
G=10.40%
B=52.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal158442210.290.8000.13278.6472.2451.96
Hex9E2CDD1D500D1174834
Octal236543353512001542711064
Binary1001111010110011011101111011010000011011000101111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,44,221); }

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

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

 a { background-color: rgb(158,44,221); }

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

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

 span { border-color: rgb(158,44,221); }

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