#9033AA

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

Shades of Vivid Violet #9033AA

Tints of Vivid Violet #9033AA

Color information

#9033AA (or 0x9033AA) is unknown color: approx Vivid Violet. HEX triplet: 90, 33 and AA. RGB value is (144,51,170). Sum of RGB (Red+Green+Blue) = 144+51+170=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #9033AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9033AA is #6FCC55. Grayscale: #5B5B5B. Windows color (decimal): -7326806 or 11154320. OLE color: 11154320.

HSL color Cylindrical-coordinate representation of color #9033AA: hue angle of 286.89º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9033AA is Cyan = 0.15, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14451170-
CMYK0.150.700.33
HSL286.89º53.85%43.33%-
HSV(B)286.89º70%66.67%-
XYZ19.9411.239.14-
YUV92.37171.81164.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.45%
GREEN value IS 51 (20.31% from 255) = 13.97%
BLUE value IS 170 (66.80% from 255) = 46.58%
R=39.45%
G=13.97%
B=46.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144511700.150.700.33286.8953.8543.33
Hex9033AAF4602111f362b
Octal22063252171060414376653
Binary1001000011001110101010111110001100100001100011111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9033AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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