Shades of Dark Violet #9813BF
Tints of Dark Violet #9813BF
RGB
CMYK
RGB Variations
Color information
#9813BF (or 0x9813BF) is known color: Dark Violet. HEX triplet: 98, 13 and BF. RGB value is (152,19,191). Sum of RGB (Red+Green+Blue) = 152+19+191=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #9813BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9813BF is #67EC40. Grayscale: #4D4D4D. Windows color (decimal): -6810689 or 12522392. OLE color: 12522392.
HSL color Cylindrical-coordinate representation of color #9813BF: hue angle of 286.4º degrees, saturation: 0.82, 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 #9813BF is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 19 | 191 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.25 |
| HSL | 286.4º | 0.82% | 0.41% | - |
| HSV(B) | 286.4º | 0.9% | 0.75% | - |
| XYZ | 22.59 | 10.9 | 50.2 | - |
| YUV | 78.38 | 191.56 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 191 | 0.20 | 0.90 | 0 | 0.25 | 286.4 | 0.82 | 0.41 |
| Hex | 98 | 13 | BF | 14 | 5A | 0 | 19 | 11E | 52 | 29 |
| Octal | 230 | 23 | 277 | 24 | 132 | 0 | 31 | 436 | 122 | 51 |
| Binary | 10011000 | 10011 | 10111111 | 10100 | 1011010 | 0 | 11001 | 100011110 | 1010010 | 101001 |
Color Harmonies of #9813BF
Complementary color
Monochromatic Colors of #9813BF
Black with #9813BF
Text Example
Text Example
White with #9813BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9813BF; }
p { color: rgb(152,19,191); }
H1.HeaderClassName
{
color: #9813BF;
}
.AnyTagClassName
{
color: #9813BF;
}
</style>
background-color css
<style>
a { background-color: #9813BF; }
a { background-color: rgb(152,19,191); }
div.DivClassName
{
background-color: #9813BF;
}
.BgClassName
{
background-color: #9813BF;
}
</style>
border-color css
<style>
span { border-color: #9813BF; }
span { border-color: rgb(152,19,191); }
td.TdClassName
{
border-color: #9813BF;
}
.TagClassName
{
border-color: #9813BF;
}
</style>