Html Css Color HEX #9028AB Vivid Violet

📋 copy color: '#9028AB'

red 144 ◦ green 40 ◦ blue 171

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

Shades of Vivid Violet #9028AB

Tints of Vivid Violet #9028AB

RGB

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

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

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

R = 40.56%
G = 11.27%
B = 48.17%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9028AB (or 0x9028AB) is known color: Vivid Violet. HEX triplet: 90, 28 and AB. RGB value is (144,40,171). Sum of RGB (Red+Green+Blue) = 144+40+171=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #9028AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9028AB is #6FD754. Grayscale: #555555. Windows color (decimal): -7329621 or 11217040. OLE color: 11217040.

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

Color convert

RGB 144 40 171 -
CMYK 0.16 0.77 0 0.33
HSL 287.63º 0.62% 0.41% -
HSV(B) 287.63º 0.77% 0.67% -
XYZ 19.61 10.39 39.5 -
YUV 86.03 175.96 169.35 -
System Red Green Blue C M Y K H S L
Decimal 144 40 171 0.16 0.77 0 0.33 287.63 0.62 0.41
Hex 90 28 AB 10 4D 0 21 120 3E 29
Octal 220 50 253 20 115 0 41 440 76 51
Binary 10010000 101000 10101011 10000 1001101 0 100001 100100000 111110 101001

Color Harmonies of #9028AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9028AB

Black with #9028AB

Text Example


Text Example

White with #9028AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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