Shades of Violet Blue #9852A1
Tints of Violet Blue #9852A1
RGB
CMYK
RGB Variations
Color information
#9852A1 (or 0x9852A1) is known color: Violet Blue. HEX triplet: 98, 52 and A1. RGB value is (152,82,161). Sum of RGB (Red+Green+Blue) = 152+82+161=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 161 (63.28% from 255 or 40.76% from 395); Max value from RGB is 161 - color contains mainly: blue. Hex color #9852A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9852A1 is #67AD5E. Grayscale: #6F6F6F. Windows color (decimal): -6794591 or 10572440. OLE color: 10572440.
HSL color Cylindrical-coordinate representation of color #9852A1: hue angle of 293.16º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9852A1 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 82 | 161 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.37 |
| HSL | 293.16º | 0.33% | 0.48% | - |
| HSV(B) | 293.16º | 0.49% | 0.63% | - |
| XYZ | 22.4 | 15.28 | 35.49 | - |
| YUV | 111.94 | 155.69 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 161 | 0.06 | 0.49 | 0 | 0.37 | 293.16 | 0.33 | 0.48 |
| Hex | 98 | 52 | A1 | 6 | 31 | 0 | 25 | 125 | 21 | 30 |
| Octal | 230 | 122 | 241 | 6 | 61 | 0 | 45 | 445 | 41 | 60 |
| Binary | 10011000 | 1010010 | 10100001 | 110 | 110001 | 0 | 100101 | 100100101 | 100001 | 110000 |
Color Harmonies of #9852A1
Complementary color
Monochromatic Colors of #9852A1
Black with #9852A1
Text Example
Text Example
White with #9852A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9852A1; }
p { color: rgb(152,82,161); }
H1.HeaderClassName
{
color: #9852A1;
}
.AnyTagClassName
{
color: #9852A1;
}
</style>
background-color css
<style>
a { background-color: #9852A1; }
a { background-color: rgb(152,82,161); }
div.DivClassName
{
background-color: #9852A1;
}
.BgClassName
{
background-color: #9852A1;
}
</style>
border-color css
<style>
span { border-color: #9852A1; }
span { border-color: rgb(152,82,161); }
td.TdClassName
{
border-color: #9852A1;
}
.TagClassName
{
border-color: #9852A1;
}
</style>