Html Css Color HEX #9D24AA Dark Orchid

📋 copy color: '#9D24AA'

red 157 ◦ green 36 ◦ blue 170

#9D24AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9D24AA

Tints of Dark Orchid #9D24AA

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.8% from 255) = 46.83%

R = 43.25%
G = 9.92%
B = 46.83%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D24AA (or 0x9D24AA) is known color: 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

RGB 157 36 170 -
CMYK 0.08 0.79 0 0.33
HSL 294.18º 0.65% 0.4% -
HSV(B) 294.18º 0.79% 0.67% -
XYZ 21.79 11.33 39.07 -
YUV 87.46 174.59 177.6 -
System Red Green Blue C M Y K H S L
Decimal 157 36 170 0.08 0.79 0 0.33 294.18 0.65 0.4
Hex 9D 24 AA 8 4F 0 21 126 41 28
Octal 235 44 252 10 117 0 41 446 101 50
Binary 10011101 100100 10101010 1000 1001111 0 100001 100100110 1000001 101000

Color Harmonies of #9D24AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D24AA

Black with #9D24AA

Text Example


Text Example

White with #9D24AA

Text Example


Text Example

HTML Codes & Css Web 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>