#9E24AD

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

Shades of Dark Orchid #9E24AD

Tints of Dark Orchid #9E24AD

Color information

#9E24AD (or 0x9E24AD) is unknown color: approx Dark Orchid. HEX triplet: 9E, 24 and AD. RGB value is (158,36,173). Sum of RGB (Red+Green+Blue) = 158+36+173=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 36 (14.45% from 255 or 9.81% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E24AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E24AD is #61DB52. Grayscale: #575757. Windows color (decimal): -6413139 or 11347102. OLE color: 11347102.

HSL color Cylindrical-coordinate representation of color #9E24AD: hue angle of 293.43º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9E24AD is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15836173-
CMYK0.090.7900.32
HSL293.43º65.55%40.98%-
HSV(B)293.43º79.19%67.84%-
XYZ22.2711.5540.59-
YUV88.1175.92177.86-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.05%
GREEN value IS 36 (14.45% from 255) = 9.81%
BLUE value IS 173 (67.97% from 255) = 47.14%
R=43.05%
G=9.81%
B=47.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158361730.090.7900.32293.4365.5540.98
Hex9E24AD94F0201254229
Octal236442551111704044510251
Binary10011110100100101011011001100111101000001001001011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E24AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,36,173); }

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

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

 a { background-color: rgb(158,36,173); }

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

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

 span { border-color: rgb(158,36,173); }

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