Shades of Dark Violet #9814BF
Tints of Dark Violet #9814BF
RGB
CMYK
RGB Variations
Color information
#9814BF (or 0x9814BF) is known color: Dark Violet. HEX triplet: 98, 14 and BF. RGB value is (152,20,191). Sum of RGB (Red+Green+Blue) = 152+20+191=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #9814BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9814BF is #67EB40. Grayscale: #4E4E4E. Windows color (decimal): -6810433 or 12522648. OLE color: 12522648.
HSL color Cylindrical-coordinate representation of color #9814BF: hue angle of 286.32º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9814BF is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 20 | 191 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.25 |
| HSL | 286.32º | 0.81% | 0.41% | - |
| HSV(B) | 286.32º | 0.9% | 0.75% | - |
| XYZ | 22.6 | 10.94 | 50.21 | - |
| YUV | 78.96 | 191.23 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 20 | 191 | 0.20 | 0.90 | 0 | 0.25 | 286.32 | 0.81 | 0.41 |
| Hex | 98 | 14 | BF | 14 | 5A | 0 | 19 | 11E | 51 | 29 |
| Octal | 230 | 24 | 277 | 24 | 132 | 0 | 31 | 436 | 121 | 51 |
| Binary | 10011000 | 10100 | 10111111 | 10100 | 1011010 | 0 | 11001 | 100011110 | 1010001 | 101001 |
Color Harmonies of #9814BF
Complementary color
Monochromatic Colors of #9814BF
Black with #9814BF
Text Example
Text Example
White with #9814BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9814BF; }
p { color: rgb(152,20,191); }
H1.HeaderClassName
{
color: #9814BF;
}
.AnyTagClassName
{
color: #9814BF;
}
</style>
background-color css
<style>
a { background-color: #9814BF; }
a { background-color: rgb(152,20,191); }
div.DivClassName
{
background-color: #9814BF;
}
.BgClassName
{
background-color: #9814BF;
}
</style>
border-color css
<style>
span { border-color: #9814BF; }
span { border-color: rgb(152,20,191); }
td.TdClassName
{
border-color: #9814BF;
}
.TagClassName
{
border-color: #9814BF;
}
</style>