#9030AB

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

Shades of Vivid Violet #9030AB

Tints of Vivid Violet #9030AB

Color information

#9030AB (or 0x9030AB) is unknown color: approx Vivid Violet. HEX triplet: 90, 30 and AB. RGB value is (144,48,171). Sum of RGB (Red+Green+Blue) = 144+48+171=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #9030AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9030AB is #6FCF54. Grayscale: #5A5A5A. Windows color (decimal): -7327573 or 11219088. OLE color: 11219088.

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

Color convert

RGB14448171-
CMYK0.160.7200.33
HSL286.83º56.16%42.94%-
HSV(B)286.83º71.93%67.06%-
XYZ19.9110.9839.6-
YUV90.73173.3166-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.67%
GREEN value IS 48 (19.14% from 255) = 13.22%
BLUE value IS 171 (67.19% from 255) = 47.11%
R=39.67%
G=13.22%
B=47.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144481710.160.7200.33286.8356.1642.94
Hex9030AB104802111f382b
Octal22060253201100414377053
Binary10010000110000101010111000010010000100001100011111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9030AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9030AB;
 }
 .AnyTagClassName
 {
   color: #9030AB;
 }
</style>
background-color css

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

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

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

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

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

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