Shades of Vivid Violet #9528A8
Tints of Vivid Violet #9528A8
RGB
CMYK
RGB Variations
Color information
#9528A8 (or 0x9528A8) is known color: Vivid Violet. HEX triplet: 95, 28 and A8. RGB value is (149,40,168). Sum of RGB (Red+Green+Blue) = 149+40+168=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 168 (66.02% from 255 or 47.06% from 357); Max value from RGB is 168 - color contains mainly: blue. Hex color #9528A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9528A8 is #6AD757. Grayscale: #565656. Windows color (decimal): -7001944 or 11020437. OLE color: 11020437.
HSL color Cylindrical-coordinate representation of color #9528A8: hue angle of 291.09º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9528A8 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 149 | 40 | 168 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.34 |
| HSL | 291.09º | 0.62% | 0.41% | - |
| HSV(B) | 291.09º | 0.76% | 0.66% | - |
| XYZ | 20.22 | 10.73 | 38.05 | - |
| YUV | 87.18 | 173.61 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 168 | 0.11 | 0.76 | 0 | 0.34 | 291.09 | 0.62 | 0.41 |
| Hex | 95 | 28 | A8 | B | 4C | 0 | 22 | 123 | 3E | 29 |
| Octal | 225 | 50 | 250 | 13 | 114 | 0 | 42 | 443 | 76 | 51 |
| Binary | 10010101 | 101000 | 10101000 | 1011 | 1001100 | 0 | 100010 | 100100011 | 111110 | 101001 |
Color Harmonies of #9528A8
Complementary color
Monochromatic Colors of #9528A8
Black with #9528A8
Text Example
Text Example
White with #9528A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9528A8; }
p { color: rgb(149,40,168); }
H1.HeaderClassName
{
color: #9528A8;
}
.AnyTagClassName
{
color: #9528A8;
}
</style>
background-color css
<style>
a { background-color: #9528A8; }
a { background-color: rgb(149,40,168); }
div.DivClassName
{
background-color: #9528A8;
}
.BgClassName
{
background-color: #9528A8;
}
</style>
border-color css
<style>
span { border-color: #9528A8; }
span { border-color: rgb(149,40,168); }
td.TdClassName
{
border-color: #9528A8;
}
.TagClassName
{
border-color: #9528A8;
}
</style>