#9A33AA

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

Shades of Vivid Violet #9A33AA

Tints of Vivid Violet #9A33AA

Color information

#9A33AA (or 0x9A33AA) is unknown color: approx Vivid Violet. HEX triplet: 9A, 33 and AA. RGB value is (154,51,170). Sum of RGB (Red+Green+Blue) = 154+51+170=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A33AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A33AA is #65CC55. Grayscale: #5E5E5E. Windows color (decimal): -6671446 or 11154330. OLE color: 11154330.

HSL color Cylindrical-coordinate representation of color #9A33AA: hue angle of 291.93º 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 #9A33AA is Cyan = 0.09, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15451170-
CMYK0.090.700.33
HSL291.93º53.85%43.33%-
HSV(B)291.93º70%66.67%-
XYZ21.7712.1439.23-
YUV95.36170.12169.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.07%
GREEN value IS 51 (20.31% from 255) = 13.6%
BLUE value IS 170 (66.80% from 255) = 45.33%
R=41.07%
G=13.6%
B=45.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154511700.090.700.33291.9353.8543.33
Hex9A33AA946021124362b
Octal23263252111060414446653
Binary1001101011001110101010100110001100100001100100100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A33AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A33AA; }

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

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

<style>
 a { background-color: #9A33AA; }

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

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

<style>
 span { border-color: #9A33AA; }

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

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