#9D24AD

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

Shades of Dark Orchid #9D24AD

Tints of Dark Orchid #9D24AD

Color information

#9D24AD (or 0x9D24AD) is unknown color: approx Dark Orchid. HEX triplet: 9D, 24 and AD. RGB value is (157,36,173). Sum of RGB (Red+Green+Blue) = 157+36+173=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D24AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D24AD is #62DB52. Grayscale: #575757. Windows color (decimal): -6478675 or 11347101. OLE color: 11347101.

HSL color Cylindrical-coordinate representation of color #9D24AD: hue angle of 292.99º 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 #9D24AD is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15736173-
CMYK0.090.7900.32
HSL292.99º65.55%40.98%-
HSV(B)292.99º79.19%67.84%-
XYZ22.0811.4540.58-
YUV87.8176.09177.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.90%
GREEN value IS 36 (14.45% from 255) = 9.84%
BLUE value IS 173 (67.97% from 255) = 47.27%
R=42.90%
G=9.84%
B=47.27%

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
Decimal157361730.090.7900.32292.9965.5540.98
Hex9D24AD94F0201254229
Octal235442551111704044510251
Binary10011101100100101011011001100111101000001001001011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D24AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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