Html Css Color HEX #9E24AA Dark Orchid

📋 copy color: '#9E24AA'

red 158 ◦ green 36 ◦ blue 170

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

Shades of Dark Orchid #9E24AA

Tints of Dark Orchid #9E24AA

RGB

 RED value IS 158 (62.11% from 255) = 43.41%

 GREEN value IS 36 (14.45% from 255) = 9.89%

 BLUE value IS 170 (66.8% from 255) = 46.7%

R = 43.41%
G = 9.89%
B = 46.7%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E24AA (or 0x9E24AA) is known color: Dark Orchid. HEX triplet: 9E, 24 and AA. RGB value is (158,36,170). Sum of RGB (Red+Green+Blue) = 158+36+170=364 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.41% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E24AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E24AA is #61DB55. Grayscale: #575757. Windows color (decimal): -6413142 or 11150494. OLE color: 11150494.

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

Color convert

RGB 158 36 170 -
CMYK 0.07 0.79 0 0.33
HSL 294.63º 0.65% 0.4% -
HSV(B) 294.63º 0.79% 0.67% -
XYZ 21.99 11.43 39.08 -
YUV 87.75 174.42 178.1 -
System Red Green Blue C M Y K H S L
Decimal 158 36 170 0.07 0.79 0 0.33 294.63 0.65 0.4
Hex 9E 24 AA 7 4F 0 21 127 41 28
Octal 236 44 252 7 117 0 41 447 101 50
Binary 10011110 100100 10101010 111 1001111 0 100001 100100111 1000001 101000

Color Harmonies of #9E24AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E24AA

Black with #9E24AA

Text Example


Text Example

White with #9E24AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E24AA;
 }
 .AnyTagClassName
 {
   color: #9E24AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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