#9533AB

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

Shades of Vivid Violet #9533AB

Tints of Vivid Violet #9533AB

Color information

#9533AB (or 0x9533AB) is unknown color: approx Vivid Violet. HEX triplet: 95, 33 and AB. RGB value is (149,51,171). Sum of RGB (Red+Green+Blue) = 149+51+171=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #9533AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9533AB is #6ACC54. Grayscale: #5D5D5D. Windows color (decimal): -6999125 or 11219861. OLE color: 11219861.

HSL color Cylindrical-coordinate representation of color #9533AB: hue angle of 289º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9533AB is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14951171-
CMYK0.130.7000.33
HSL289º54.05%43.53%-
HSV(B)289º70.18%67.06%-
XYZ20.9311.739.68-
YUV93.98171.47167.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.16%
GREEN value IS 51 (20.31% from 255) = 13.75%
BLUE value IS 171 (67.19% from 255) = 46.09%
R=40.16%
G=13.75%
B=46.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149511710.130.7000.3328954.0543.53
Hex9533ABD46021121362c
Octal22563253151060414416654
Binary1001010111001110101011110110001100100001100100001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9533AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,51,171); }

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

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

 a { background-color: rgb(149,51,171); }

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

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

 span { border-color: rgb(149,51,171); }

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