Shades of Violet Blue #9867A3
Tints of Violet Blue #9867A3
RGB
CMYK
RGB Variations
Color information
#9867A3 (or 0x9867A3) is known color: Violet Blue. HEX triplet: 98, 67 and A3. RGB value is (152,103,163). Sum of RGB (Red+Green+Blue) = 152+103+163=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 163 (64.06% from 255 or 39.00% from 418); Max value from RGB is 163 - color contains mainly: blue. Hex color #9867A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9867A3 is #67985C. Grayscale: #7C7C7C. Windows color (decimal): -6789213 or 10708888. OLE color: 10708888.
HSL color Cylindrical-coordinate representation of color #9867A3: hue angle of 289º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9867A3 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 103 | 163 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.36 |
| HSL | 289º | 0.25% | 0.52% | - |
| HSV(B) | 289º | 0.37% | 0.64% | - |
| XYZ | 24.41 | 19.02 | 37.04 | - |
| YUV | 124.49 | 149.73 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 163 | 0.07 | 0.37 | 0 | 0.36 | 289 | 0.25 | 0.52 |
| Hex | 98 | 67 | A3 | 7 | 25 | 0 | 24 | 121 | 19 | 34 |
| Octal | 230 | 147 | 243 | 7 | 45 | 0 | 44 | 441 | 31 | 64 |
| Binary | 10011000 | 1100111 | 10100011 | 111 | 100101 | 0 | 100100 | 100100001 | 11001 | 110100 |
Color Harmonies of #9867A3
Complementary color
Monochromatic Colors of #9867A3
Black with #9867A3
Text Example
Text Example
White with #9867A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9867A3; }
p { color: rgb(152,103,163); }
H1.HeaderClassName
{
color: #9867A3;
}
.AnyTagClassName
{
color: #9867A3;
}
</style>
background-color css
<style>
a { background-color: #9867A3; }
a { background-color: rgb(152,103,163); }
div.DivClassName
{
background-color: #9867A3;
}
.BgClassName
{
background-color: #9867A3;
}
</style>
border-color css
<style>
span { border-color: #9867A3; }
span { border-color: rgb(152,103,163); }
td.TdClassName
{
border-color: #9867A3;
}
.TagClassName
{
border-color: #9867A3;
}
</style>