Shades of Violet Blue #9751A5
Tints of Violet Blue #9751A5
RGB
CMYK
RGB Variations
Color information
#9751A5 (or 0x9751A5) is known color: Violet Blue. HEX triplet: 97, 51 and A5. RGB value is (151,81,165). Sum of RGB (Red+Green+Blue) = 151+81+165=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 165 - color contains mainly: blue. Hex color #9751A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9751A5 is #68AE5A. Grayscale: #6F6F6F. Windows color (decimal): -6860379 or 10834327. OLE color: 10834327.
HSL color Cylindrical-coordinate representation of color #9751A5: hue angle of 290º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9751A5 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 151 | 81 | 165 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.35 |
| HSL | 290º | 0.34% | 0.48% | - |
| HSV(B) | 290º | 0.51% | 0.65% | - |
| XYZ | 22.5 | 15.18 | 37.34 | - |
| YUV | 111.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 81 | 165 | 0.08 | 0.51 | 0 | 0.35 | 290 | 0.34 | 0.48 |
| Hex | 97 | 51 | A5 | 8 | 33 | 0 | 23 | 122 | 22 | 30 |
| Octal | 227 | 121 | 245 | 10 | 63 | 0 | 43 | 442 | 42 | 60 |
| Binary | 10010111 | 1010001 | 10100101 | 1000 | 110011 | 0 | 100011 | 100100010 | 100010 | 110000 |
Color Harmonies of #9751A5
Complementary color
Monochromatic Colors of #9751A5
Black with #9751A5
Text Example
Text Example
White with #9751A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9751A5; }
p { color: rgb(151,81,165); }
H1.HeaderClassName
{
color: #9751A5;
}
.AnyTagClassName
{
color: #9751A5;
}
</style>
background-color css
<style>
a { background-color: #9751A5; }
a { background-color: rgb(151,81,165); }
div.DivClassName
{
background-color: #9751A5;
}
.BgClassName
{
background-color: #9751A5;
}
</style>
border-color css
<style>
span { border-color: #9751A5; }
span { border-color: rgb(151,81,165); }
td.TdClassName
{
border-color: #9751A5;
}
.TagClassName
{
border-color: #9751A5;
}
</style>