Shades of Dark Violet #9807BE
Tints of Dark Violet #9807BE
RGB
CMYK
RGB Variations
Color information
#9807BE (or 0x9807BE) is known color: Dark Violet. HEX triplet: 98, 07 and BE. RGB value is (152,7,190). Sum of RGB (Red+Green+Blue) = 152+7+190=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 7 (3.12% from 255 or 2.01% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #9807BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9807BE is #67F841. Grayscale: #464646. Windows color (decimal): -6813762 or 12453784. OLE color: 12453784.
HSL color Cylindrical-coordinate representation of color #9807BE: hue angle of 287.54º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9807BE is Cyan = 0.2, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 7 | 190 | - |
| CMYK | 0.2 | 0.96 | 0 | 0.25 |
| HSL | 287.54º | 0.93% | 0.39% | - |
| HSV(B) | 287.54º | 0.96% | 0.75% | - |
| XYZ | 22.32 | 10.55 | 49.57 | - |
| YUV | 71.22 | 195.04 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 7 | 190 | 0.2 | 0.96 | 0 | 0.25 | 287.54 | 0.93 | 0.39 |
| Hex | 98 | 7 | BE | 14 | 60 | 0 | 19 | 120 | 5D | 27 |
| Octal | 230 | 7 | 276 | 24 | 140 | 0 | 31 | 440 | 135 | 47 |
| Binary | 10011000 | 111 | 10111110 | 10100 | 1100000 | 0 | 11001 | 100100000 | 1011101 | 100111 |
Color Harmonies of #9807BE
Complementary color
Monochromatic Colors of #9807BE
Black with #9807BE
Text Example
Text Example
White with #9807BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9807BE; }
p { color: rgb(152,7,190); }
H1.HeaderClassName
{
color: #9807BE;
}
.AnyTagClassName
{
color: #9807BE;
}
</style>
background-color css
<style>
a { background-color: #9807BE; }
a { background-color: rgb(152,7,190); }
div.DivClassName
{
background-color: #9807BE;
}
.BgClassName
{
background-color: #9807BE;
}
</style>
border-color css
<style>
span { border-color: #9807BE; }
span { border-color: rgb(152,7,190); }
td.TdClassName
{
border-color: #9807BE;
}
.TagClassName
{
border-color: #9807BE;
}
</style>