#9024AA

Color #9024AA Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #9024AA

Tints of Vivid Violet #9024AA

Color information

#9024AA (or 0x9024AA) is unknown color: approx 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

RGB14436170-
CMYK0.150.7900.33
HSL288.36º65.05%40.39%-
HSV(B)288.36º78.82%66.67%-
XYZ19.3910.0938.96-
YUV83.57176.78171.1-

RGB Variations

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

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.80% from 255) = 48.57%
R=41.14%
G=10.29%
B=48.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144361700.150.7900.33288.3665.0540.39
Hex9024AAF4F0211204128
Octal220442521711704144010150
Binary10010000100100101010101111100111101000011001000001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9024AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>