Html Css Color HEX #9029AB Vivid Violet

📋 copy color: '#9029AB'

red 144 ◦ green 41 ◦ blue 171

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

Shades of Vivid Violet #9029AB

Tints of Vivid Violet #9029AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.03%

R = 40.45%
G = 11.52%
B = 48.03%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9029AB (or 0x9029AB) is known color: Vivid Violet. HEX triplet: 90, 29 and AB. RGB value is (144,41,171). Sum of RGB (Red+Green+Blue) = 144+41+171=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #9029AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9029AB is #6FD654. Grayscale: #565656. Windows color (decimal): -7329365 or 11217296. OLE color: 11217296.

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

Color convert

RGB 144 41 171 -
CMYK 0.16 0.76 0 0.33
HSL 287.54º 0.61% 0.42% -
HSV(B) 287.54º 0.76% 0.67% -
XYZ 19.65 10.46 39.51 -
YUV 86.62 175.62 168.93 -
System Red Green Blue C M Y K H S L
Decimal 144 41 171 0.16 0.76 0 0.33 287.54 0.61 0.42
Hex 90 29 AB 10 4C 0 21 120 3D 2A
Octal 220 51 253 20 114 0 41 440 75 52
Binary 10010000 101001 10101011 10000 1001100 0 100001 100100000 111101 101010

Color Harmonies of #9029AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9029AB

Black with #9029AB

Text Example


Text Example

White with #9029AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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