#9028AB

Color #9028AB Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #9028AB

Tints of Vivid Violet #9028AB

Color information

#9028AB (or 0x9028AB) is unknown color: approx 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

RGB14440171-
CMYK0.160.7700.33
HSL287.63º62.09%41.37%-
HSV(B)287.63º76.61%67.06%-
XYZ19.6110.3939.5-
YUV86.03175.96169.35-

RGB Variations

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

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 (Cyan) values IS 0.16
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144401710.160.7700.33287.6362.0941.37
Hex9028AB104D0211203e29
Octal22050253201150414407651
Binary10010000101000101010111000010011010100001100100000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9028AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>