Shades of Violet Blue #9855A1
Tints of Violet Blue #9855A1
RGB
CMYK
RGB Variations
Color information
#9855A1 (or 0x9855A1) is known color: Violet Blue. HEX triplet: 98, 55 and A1. RGB value is (152,85,161). Sum of RGB (Red+Green+Blue) = 152+85+161=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 161 - color contains mainly: blue. Hex color #9855A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9855A1 is #67AA5E. Grayscale: #717171. Windows color (decimal): -6793823 or 10573208. OLE color: 10573208.
HSL color Cylindrical-coordinate representation of color #9855A1: hue angle of 292.89º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9855A1 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 85 | 161 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.37 |
| HSL | 292.89º | 0.31% | 0.48% | - |
| HSV(B) | 292.89º | 0.47% | 0.63% | - |
| XYZ | 22.63 | 15.75 | 35.56 | - |
| YUV | 113.7 | 154.7 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 85 | 161 | 0.06 | 0.47 | 0 | 0.37 | 292.89 | 0.31 | 0.48 |
| Hex | 98 | 55 | A1 | 6 | 2F | 0 | 25 | 125 | 1F | 30 |
| Octal | 230 | 125 | 241 | 6 | 57 | 0 | 45 | 445 | 37 | 60 |
| Binary | 10011000 | 1010101 | 10100001 | 110 | 101111 | 0 | 100101 | 100100101 | 11111 | 110000 |
Color Harmonies of #9855A1
Complementary color
Monochromatic Colors of #9855A1
Black with #9855A1
Text Example
Text Example
White with #9855A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9855A1; }
p { color: rgb(152,85,161); }
H1.HeaderClassName
{
color: #9855A1;
}
.AnyTagClassName
{
color: #9855A1;
}
</style>
background-color css
<style>
a { background-color: #9855A1; }
a { background-color: rgb(152,85,161); }
div.DivClassName
{
background-color: #9855A1;
}
.BgClassName
{
background-color: #9855A1;
}
</style>
border-color css
<style>
span { border-color: #9855A1; }
span { border-color: rgb(152,85,161); }
td.TdClassName
{
border-color: #9855A1;
}
.TagClassName
{
border-color: #9855A1;
}
</style>