Html Css Color HEX #9028AA Vivid Violet

📋 copy color: '#9028AA'

red 144 ◦ green 40 ◦ blue 170

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

Shades of Vivid Violet #9028AA

Tints of Vivid Violet #9028AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.3%

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

R = 40.68%
G = 11.3%
B = 48.02%

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

#9028AA (or 0x9028AA) is known color: Vivid Violet. HEX triplet: 90, 28 and AA. RGB value is (144,40,170). Sum of RGB (Red+Green+Blue) = 144+40+170=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #9028AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9028AA is #6FD755. Grayscale: #555555. Windows color (decimal): -7329622 or 11151504. OLE color: 11151504.

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

Color convert

RGB 144 40 170 -
CMYK 0.15 0.76 0 0.33
HSL 288º 0.62% 0.41% -
HSV(B) 288º 0.76% 0.67% -
XYZ 19.52 10.35 39 -
YUV 85.92 175.46 169.43 -
System Red Green Blue C M Y K H S L
Decimal 144 40 170 0.15 0.76 0 0.33 288 0.62 0.41
Hex 90 28 AA F 4C 0 21 120 3E 29
Octal 220 50 252 17 114 0 41 440 76 51
Binary 10010000 101000 10101010 1111 1001100 0 100001 100100000 111110 101001

Color Harmonies of #9028AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9028AA

Black with #9028AA

Text Example


Text Example

White with #9028AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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