Shades of Violet Blue #9A52A5
Tints of Violet Blue #9A52A5
RGB
CMYK
RGB Variations
Color information
#9A52A5 (or 0x9A52A5) is known color: Violet Blue. HEX triplet: 9A, 52 and A5. RGB value is (154,82,165). Sum of RGB (Red+Green+Blue) = 154+82+165=401 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.40% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 165 - color contains mainly: blue. Hex color #9A52A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A52A5 is #65AD5A. Grayscale: #707070. Windows color (decimal): -6663515 or 10834586. OLE color: 10834586.
HSL color Cylindrical-coordinate representation of color #9A52A5: hue angle of 292.05º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A52A5 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 82 | 165 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.35 |
| HSL | 292.05º | 0.34% | 0.48% | - |
| HSV(B) | 292.05º | 0.5% | 0.65% | - |
| XYZ | 23.14 | 15.62 | 37.39 | - |
| YUV | 112.99 | 157.35 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 82 | 165 | 0.07 | 0.50 | 0 | 0.35 | 292.05 | 0.34 | 0.48 |
| Hex | 9A | 52 | A5 | 7 | 32 | 0 | 23 | 124 | 22 | 30 |
| Octal | 232 | 122 | 245 | 7 | 62 | 0 | 43 | 444 | 42 | 60 |
| Binary | 10011010 | 1010010 | 10100101 | 111 | 110010 | 0 | 100011 | 100100100 | 100010 | 110000 |
Color Harmonies of #9A52A5
Complementary color
Monochromatic Colors of #9A52A5
Black with #9A52A5
Text Example
Text Example
White with #9A52A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A52A5; }
p { color: rgb(154,82,165); }
H1.HeaderClassName
{
color: #9A52A5;
}
.AnyTagClassName
{
color: #9A52A5;
}
</style>
background-color css
<style>
a { background-color: #9A52A5; }
a { background-color: rgb(154,82,165); }
div.DivClassName
{
background-color: #9A52A5;
}
.BgClassName
{
background-color: #9A52A5;
}
</style>
border-color css
<style>
span { border-color: #9A52A5; }
span { border-color: rgb(154,82,165); }
td.TdClassName
{
border-color: #9A52A5;
}
.TagClassName
{
border-color: #9A52A5;
}
</style>