Html Css Color HEX #9029AA Vivid Violet

📋 copy color: '#9029AA'

red 144 ◦ green 41 ◦ blue 170

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

Shades of Vivid Violet #9029AA

Tints of Vivid Violet #9029AA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.55%

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

R = 40.56%
G = 11.55%
B = 47.89%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9029AA (or 0x9029AA) is known color: Vivid Violet. HEX triplet: 90, 29 and AA. RGB value is (144,41,170). Sum of RGB (Red+Green+Blue) = 144+41+170=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #9029AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9029AA is #6FD655. Grayscale: #565656. Windows color (decimal): -7329366 or 11151760. OLE color: 11151760.

HSL color Cylindrical-coordinate representation of color #9029AA: hue angle of 287.91º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9029AA is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 41 170 -
CMYK 0.15 0.76 0 0.33
HSL 287.91º 0.61% 0.41% -
HSV(B) 287.91º 0.76% 0.67% -
XYZ 19.55 10.42 39.01 -
YUV 86.5 175.12 169.01 -
System Red Green Blue C M Y K H S L
Decimal 144 41 170 0.15 0.76 0 0.33 287.91 0.61 0.41
Hex 90 29 AA F 4C 0 21 120 3D 29
Octal 220 51 252 17 114 0 41 440 75 51
Binary 10010000 101001 10101010 1111 1001100 0 100001 100100000 111101 101001

Color Harmonies of #9029AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9029AA

Black with #9029AA

Text Example


Text Example

White with #9029AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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