#9D24AA

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

Shades of Dark Orchid #9D24AA

Tints of Dark Orchid #9D24AA

Color information

#9D24AA (or 0x9D24AA) is unknown color: approx Dark Orchid. HEX triplet: 9D, 24 and AA. RGB value is (157,36,170). Sum of RGB (Red+Green+Blue) = 157+36+170=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D24AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D24AA is #62DB55. Grayscale: #575757. Windows color (decimal): -6478678 or 11150493. OLE color: 11150493.

HSL color Cylindrical-coordinate representation of color #9D24AA: hue angle of 294.18º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9D24AA is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15736170-
CMYK0.080.7900.33
HSL294.18º65.05%40.39%-
HSV(B)294.18º78.82%66.67%-
XYZ21.7911.3339.07-
YUV87.45174.59177.6-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.25%
GREEN value IS 36 (14.45% from 255) = 9.92%
BLUE value IS 170 (66.80% from 255) = 46.83%
R=43.25%
G=9.92%
B=46.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157361700.080.7900.33294.1865.0540.39
Hex9D24AA84F0211264128
Octal235442521011704144610150
Binary10011101100100101010101000100111101000011001001101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D24AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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