Shades of Violet Blue #9843A0
Tints of Violet Blue #9843A0
RGB
CMYK
RGB Variations
Color information
#9843A0 (or 0x9843A0) is known color: Violet Blue. HEX triplet: 98, 43 and A0. RGB value is (152,67,160). Sum of RGB (Red+Green+Blue) = 152+67+160=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 160 (62.89% from 255 or 42.22% from 379); Max value from RGB is 160 - color contains mainly: blue. Hex color #9843A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9843A0 is #67BC5F. Grayscale: #666666. Windows color (decimal): -6798432 or 10503064. OLE color: 10503064.
HSL color Cylindrical-coordinate representation of color #9843A0: hue angle of 294.84º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9843A0 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 67 | 160 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.37 |
| HSL | 294.84º | 0.41% | 0.45% | - |
| HSV(B) | 294.84º | 0.58% | 0.63% | - |
| XYZ | 21.3 | 13.23 | 34.69 | - |
| YUV | 103.02 | 160.16 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 67 | 160 | 0.05 | 0.58 | 0 | 0.37 | 294.84 | 0.41 | 0.45 |
| Hex | 98 | 43 | A0 | 5 | 3A | 0 | 25 | 127 | 29 | 2D |
| Octal | 230 | 103 | 240 | 5 | 72 | 0 | 45 | 447 | 51 | 55 |
| Binary | 10011000 | 1000011 | 10100000 | 101 | 111010 | 0 | 100101 | 100100111 | 101001 | 101101 |
Color Harmonies of #9843A0
Complementary color
Monochromatic Colors of #9843A0
Black with #9843A0
Text Example
Text Example
White with #9843A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9843A0; }
p { color: rgb(152,67,160); }
H1.HeaderClassName
{
color: #9843A0;
}
.AnyTagClassName
{
color: #9843A0;
}
</style>
background-color css
<style>
a { background-color: #9843A0; }
a { background-color: rgb(152,67,160); }
div.DivClassName
{
background-color: #9843A0;
}
.BgClassName
{
background-color: #9843A0;
}
</style>
border-color css
<style>
span { border-color: #9843A0; }
span { border-color: rgb(152,67,160); }
td.TdClassName
{
border-color: #9843A0;
}
.TagClassName
{
border-color: #9843A0;
}
</style>