Shades of Violet Blue #9752A5
Tints of Violet Blue #9752A5
RGB
CMYK
RGB Variations
Color information
#9752A5 (or 0x9752A5) is known color: Violet Blue. HEX triplet: 97, 52 and A5. RGB value is (151,82,165). Sum of RGB (Red+Green+Blue) = 151+82+165=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 165 - color contains mainly: blue. Hex color #9752A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9752A5 is #68AD5A. Grayscale: #6F6F6F. Windows color (decimal): -6860123 or 10834583. OLE color: 10834583.
HSL color Cylindrical-coordinate representation of color #9752A5: hue angle of 289.88º 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 #9752A5 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 151 | 82 | 165 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.35 |
| HSL | 289.88º | 0.34% | 0.48% | - |
| HSV(B) | 289.88º | 0.5% | 0.65% | - |
| XYZ | 22.57 | 15.33 | 37.37 | - |
| YUV | 112.09 | 157.86 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 82 | 165 | 0.08 | 0.50 | 0 | 0.35 | 289.88 | 0.34 | 0.48 |
| Hex | 97 | 52 | A5 | 8 | 32 | 0 | 23 | 122 | 22 | 30 |
| Octal | 227 | 122 | 245 | 10 | 62 | 0 | 43 | 442 | 42 | 60 |
| Binary | 10010111 | 1010010 | 10100101 | 1000 | 110010 | 0 | 100011 | 100100010 | 100010 | 110000 |
Color Harmonies of #9752A5
Complementary color
Monochromatic Colors of #9752A5
Black with #9752A5
Text Example
Text Example
White with #9752A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9752A5; }
p { color: rgb(151,82,165); }
H1.HeaderClassName
{
color: #9752A5;
}
.AnyTagClassName
{
color: #9752A5;
}
</style>
background-color css
<style>
a { background-color: #9752A5; }
a { background-color: rgb(151,82,165); }
div.DivClassName
{
background-color: #9752A5;
}
.BgClassName
{
background-color: #9752A5;
}
</style>
border-color css
<style>
span { border-color: #9752A5; }
span { border-color: rgb(151,82,165); }
td.TdClassName
{
border-color: #9752A5;
}
.TagClassName
{
border-color: #9752A5;
}
</style>