Html Css Color HEX #9A24AA Dark Orchid

📋 copy color: '#9A24AA'

red 154 ◦ green 36 ◦ blue 170

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

Shades of Dark Orchid #9A24AA

Tints of Dark Orchid #9A24AA

RGB

 RED value IS 154 (60.55% from 255) = 42.78%

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

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

R = 42.78%
G = 10%
B = 47.22%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A24AA (or 0x9A24AA) is known color: Dark Orchid. HEX triplet: 9A, 24 and AA. RGB value is (154,36,170). Sum of RGB (Red+Green+Blue) = 154+36+170=360 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.78% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A24AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A24AA is #65DB55. Grayscale: #565656. Windows color (decimal): -6675286 or 11150490. OLE color: 11150490.

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

Color convert

RGB 154 36 170 -
CMYK 0.09 0.79 0 0.33
HSL 292.84º 0.65% 0.4% -
HSV(B) 292.84º 0.79% 0.67% -
XYZ 21.21 11.03 39.04 -
YUV 86.56 175.09 176.1 -
System Red Green Blue C M Y K H S L
Decimal 154 36 170 0.09 0.79 0 0.33 292.84 0.65 0.4
Hex 9A 24 AA 9 4F 0 21 125 41 28
Octal 232 44 252 11 117 0 41 445 101 50
Binary 10011010 100100 10101010 1001 1001111 0 100001 100100101 1000001 101000

Color Harmonies of #9A24AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A24AA

Black with #9A24AA

Text Example


Text Example

White with #9A24AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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