Shades of Dark Violet #9814B4
Tints of Dark Violet #9814B4
RGB
CMYK
RGB Variations
Color information
#9814B4 (or 0x9814B4) is known color: Dark Violet. HEX triplet: 98, 14 and B4. RGB value is (152,20,180). Sum of RGB (Red+Green+Blue) = 152+20+180=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 180 (70.70% from 255 or 51.14% from 352); Max value from RGB is 180 - color contains mainly: blue. Hex color #9814B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9814B4 is #67EB4B. Grayscale: #4D4D4D. Windows color (decimal): -6810444 or 11801752. OLE color: 11801752.
HSL color Cylindrical-coordinate representation of color #9814B4: hue angle of 289.5º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9814B4 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 20 | 180 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.29 |
| HSL | 289.5º | 0.8% | 0.39% | - |
| HSV(B) | 289.5º | 0.89% | 0.71% | - |
| XYZ | 21.44 | 10.47 | 44.07 | - |
| YUV | 77.71 | 185.73 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 20 | 180 | 0.16 | 0.89 | 0 | 0.29 | 289.5 | 0.8 | 0.39 |
| Hex | 98 | 14 | B4 | 10 | 59 | 0 | 1D | 122 | 50 | 27 |
| Octal | 230 | 24 | 264 | 20 | 131 | 0 | 35 | 442 | 120 | 47 |
| Binary | 10011000 | 10100 | 10110100 | 10000 | 1011001 | 0 | 11101 | 100100010 | 1010000 | 100111 |
Color Harmonies of #9814B4
Complementary color
Monochromatic Colors of #9814B4
Black with #9814B4
Text Example
Text Example
White with #9814B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9814B4; }
p { color: rgb(152,20,180); }
H1.HeaderClassName
{
color: #9814B4;
}
.AnyTagClassName
{
color: #9814B4;
}
</style>
background-color css
<style>
a { background-color: #9814B4; }
a { background-color: rgb(152,20,180); }
div.DivClassName
{
background-color: #9814B4;
}
.BgClassName
{
background-color: #9814B4;
}
</style>
border-color css
<style>
span { border-color: #9814B4; }
span { border-color: rgb(152,20,180); }
td.TdClassName
{
border-color: #9814B4;
}
.TagClassName
{
border-color: #9814B4;
}
</style>