#9521A0

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

Shades of Vivid Violet #9521A0

Tints of Vivid Violet #9521A0

Color information

#9521A0 (or 0x9521A0) is unknown color: approx Vivid Violet. HEX triplet: 95, 21 and A0. RGB value is (149,33,160). Sum of RGB (Red+Green+Blue) = 149+33+160=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 160 (62.89% from 255 or 46.78% from 342); Max value from RGB is 160 - color contains mainly: blue. Hex color #9521A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9521A0 is #6ADE5F. Grayscale: #515151. Windows color (decimal): -7003744 or 10494357. OLE color: 10494357.

HSL color Cylindrical-coordinate representation of color #9521A0: hue angle of 294.8º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9521A0 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB14933160-
CMYK0.070.7900.37
HSL294.8º65.8%37.84%-
HSV(B)294.8º79.37%62.75%-
XYZ19.2810.0234.17-
YUV82.16171.93175.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.57%
GREEN value IS 33 (13.28% from 255) = 9.65%
BLUE value IS 160 (62.89% from 255) = 46.78%
R=43.57%
G=9.65%
B=46.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal149331600.070.7900.37294.865.837.84
Hex9521A074F0251274226
Octal22541240711704544710246
Binary1001010110000110100000111100111101001011001001111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9521A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9521A0; }

 p { color: rgb(149,33,160); }

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

<style>
 a { background-color: #9521A0; }

 a { background-color: rgb(149,33,160); }

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

<style>
 span { border-color: #9521A0; }

 span { border-color: rgb(149,33,160); }

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