Html Css Color HEX #9024AA Vivid Violet

📋 copy color: '#9024AA'

red 144 ◦ green 36 ◦ blue 170

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

Shades of Vivid Violet #9024AA

Tints of Vivid Violet #9024AA

RGB

 RED value IS 144 (56.64% from 255) = 41.14%

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

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

R = 41.14%
G = 10.29%
B = 48.57%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9024AA (or 0x9024AA) is known color: Vivid Violet. HEX triplet: 90, 24 and AA. RGB value is (144,36,170). Sum of RGB (Red+Green+Blue) = 144+36+170=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #9024AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9024AA is #6FDB55. Grayscale: #535353. Windows color (decimal): -7330646 or 11150480. OLE color: 11150480.

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

Color convert

RGB 144 36 170 -
CMYK 0.15 0.79 0 0.33
HSL 288.36º 0.65% 0.4% -
HSV(B) 288.36º 0.79% 0.67% -
XYZ 19.39 10.09 38.96 -
YUV 83.57 176.78 171.1 -
System Red Green Blue C M Y K H S L
Decimal 144 36 170 0.15 0.79 0 0.33 288.36 0.65 0.4
Hex 90 24 AA F 4F 0 21 120 41 28
Octal 220 44 252 17 117 0 41 440 101 50
Binary 10010000 100100 10101010 1111 1001111 0 100001 100100000 1000001 101000

Color Harmonies of #9024AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9024AA

Black with #9024AA

Text Example


Text Example

White with #9024AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9024AA; }

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

 H1.HeaderClassName
 {
   color: #9024AA;
 }
 .AnyTagClassName
 {
   color: #9024AA;
 }
</style>

background-color css

<style>
 a { background-color: #9024AA; }

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

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

border-color css

<style>
 span { border-color: #9024AA; }

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

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