Html Css Color HEX #9029A0 Vivid Violet

📋 copy color: '#9029A0'

red 144 ◦ green 41 ◦ blue 160

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

Shades of Vivid Violet #9029A0

Tints of Vivid Violet #9029A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 46.38%

R = 41.74%
G = 11.88%
B = 46.38%

CMYK

 C value IS 0.1

 M value IS 0.74

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9029A0 (or 0x9029A0) is known color: Vivid Violet. HEX triplet: 90, 29 and A0. RGB value is (144,41,160). Sum of RGB (Red+Green+Blue) = 144+41+160=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 160 - color contains mainly: blue. Hex color #9029A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9029A0 is #6FD65F. Grayscale: #545454. Windows color (decimal): -7329376 or 10496400. OLE color: 10496400.

HSL color Cylindrical-coordinate representation of color #9029A0: hue angle of 291.93º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9029A0 is Cyan = 0.1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 144 41 160 -
CMYK 0.1 0.74 0 0.37
HSL 291.93º 0.59% 0.39% -
HSV(B) 291.93º 0.74% 0.63% -
XYZ 18.64 10.05 34.22 -
YUV 85.36 170.12 169.82 -
System Red Green Blue C M Y K H S L
Decimal 144 41 160 0.1 0.74 0 0.37 291.93 0.59 0.39
Hex 90 29 A0 A 4A 0 25 124 3B 27
Octal 220 51 240 12 112 0 45 444 73 47
Binary 10010000 101001 10100000 1010 1001010 0 100101 100100100 111011 100111

Color Harmonies of #9029A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9029A0

Black with #9029A0

Text Example


Text Example

White with #9029A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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