Shades of Vivid Violet #9528AB
Tints of Vivid Violet #9528AB
RGB
CMYK
RGB Variations
Color information
#9528AB (or 0x9528AB) is known color: Vivid Violet. HEX triplet: 95, 28 and AB. RGB value is (149,40,171). Sum of RGB (Red+Green+Blue) = 149+40+171=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #9528AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9528AB is #6AD754. Grayscale: #575757. Windows color (decimal): -7001941 or 11217045. OLE color: 11217045.
HSL color Cylindrical-coordinate representation of color #9528AB: hue angle of 289.92º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9528AB is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 40 | 171 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.33 |
| HSL | 289.92º | 0.62% | 0.41% | - |
| HSV(B) | 289.92º | 0.77% | 0.67% | - |
| XYZ | 20.5 | 10.85 | 39.54 | - |
| YUV | 87.53 | 175.11 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 171 | 0.13 | 0.77 | 0 | 0.33 | 289.92 | 0.62 | 0.41 |
| Hex | 95 | 28 | AB | D | 4D | 0 | 21 | 122 | 3E | 29 |
| Octal | 225 | 50 | 253 | 15 | 115 | 0 | 41 | 442 | 76 | 51 |
| Binary | 10010101 | 101000 | 10101011 | 1101 | 1001101 | 0 | 100001 | 100100010 | 111110 | 101001 |
Color Harmonies of #9528AB
Complementary color
Monochromatic Colors of #9528AB
Black with #9528AB
Text Example
Text Example
White with #9528AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9528AB; }
p { color: rgb(149,40,171); }
H1.HeaderClassName
{
color: #9528AB;
}
.AnyTagClassName
{
color: #9528AB;
}
</style>
background-color css
<style>
a { background-color: #9528AB; }
a { background-color: rgb(149,40,171); }
div.DivClassName
{
background-color: #9528AB;
}
.BgClassName
{
background-color: #9528AB;
}
</style>
border-color css
<style>
span { border-color: #9528AB; }
span { border-color: rgb(149,40,171); }
td.TdClassName
{
border-color: #9528AB;
}
.TagClassName
{
border-color: #9528AB;
}
</style>