#9529AA

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

Shades of Vivid Violet #9529AA

Tints of Vivid Violet #9529AA

Color information

#9529AA (or 0x9529AA) is unknown color: approx Vivid Violet. HEX triplet: 95, 29 and AA. RGB value is (149,41,170). Sum of RGB (Red+Green+Blue) = 149+41+170=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #9529AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9529AA is #6AD655. Grayscale: #575757. Windows color (decimal): -7001686 or 11151765. OLE color: 11151765.

HSL color Cylindrical-coordinate representation of color #9529AA: hue angle of 290.23º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9529AA is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14941170-
CMYK0.120.7600.33
HSL290.23º61.14%41.37%-
HSV(B)290.23º75.88%66.67%-
XYZ20.4410.8839.05-
YUV88174.28171.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.39%
GREEN value IS 41 (16.41% from 255) = 11.39%
BLUE value IS 170 (66.80% from 255) = 47.22%
R=41.39%
G=11.39%
B=47.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149411700.120.7600.33290.2361.1441.37
Hex9529AAC4C0211223d29
Octal22551252141140414427551
Binary1001010110100110101010110010011000100001100100010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9529AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,41,170); }

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

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

 a { background-color: rgb(149,41,170); }

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

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

 span { border-color: rgb(149,41,170); }

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