Shades of Violet Blue #9852A6
Tints of Violet Blue #9852A6
RGB
CMYK
RGB Variations
Color information
#9852A6 (or 0x9852A6) is known color: Violet Blue. HEX triplet: 98, 52 and A6. RGB value is (152,82,166). Sum of RGB (Red+Green+Blue) = 152+82+166=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 166 (65.23% from 255 or 41.5% from 400); Max value from RGB is 166 - color contains mainly: blue. Hex color #9852A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9852A6 is #67AD59. Grayscale: #707070. Windows color (decimal): -6794586 or 10900120. OLE color: 10900120.
HSL color Cylindrical-coordinate representation of color #9852A6: hue angle of 290º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9852A6 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 82 | 166 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.35 |
| HSL | 290º | 0.34% | 0.49% | - |
| HSV(B) | 290º | 0.51% | 0.65% | - |
| XYZ | 22.85 | 15.46 | 37.86 | - |
| YUV | 112.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 166 | 0.08 | 0.51 | 0 | 0.35 | 290 | 0.34 | 0.49 |
| Hex | 98 | 52 | A6 | 8 | 33 | 0 | 23 | 122 | 22 | 31 |
| Octal | 230 | 122 | 246 | 10 | 63 | 0 | 43 | 442 | 42 | 61 |
| Binary | 10011000 | 1010010 | 10100110 | 1000 | 110011 | 0 | 100011 | 100100010 | 100010 | 110001 |
Color Harmonies of #9852A6
Complementary color
Monochromatic Colors of #9852A6
Black with #9852A6
Text Example
Text Example
White with #9852A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9852A6; }
p { color: rgb(152,82,166); }
H1.HeaderClassName
{
color: #9852A6;
}
.AnyTagClassName
{
color: #9852A6;
}
</style>
background-color css
<style>
a { background-color: #9852A6; }
a { background-color: rgb(152,82,166); }
div.DivClassName
{
background-color: #9852A6;
}
.BgClassName
{
background-color: #9852A6;
}
</style>
border-color css
<style>
span { border-color: #9852A6; }
span { border-color: rgb(152,82,166); }
td.TdClassName
{
border-color: #9852A6;
}
.TagClassName
{
border-color: #9852A6;
}
</style>