Shades of Dark Violet #9808BC
Tints of Dark Violet #9808BC
RGB
CMYK
RGB Variations
Color information
#9808BC (or 0x9808BC) is known color: Dark Violet. HEX triplet: 98, 08 and BC. RGB value is (152,8,188). Sum of RGB (Red+Green+Blue) = 152+8+188=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #9808BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9808BC is #67F743. Grayscale: #474747. Windows color (decimal): -6813508 or 12322968. OLE color: 12322968.
HSL color Cylindrical-coordinate representation of color #9808BC: hue angle of 288º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9808BC is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 8 | 188 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.26 |
| HSL | 288º | 0.92% | 0.38% | - |
| HSV(B) | 288º | 0.96% | 0.74% | - |
| XYZ | 22.11 | 10.48 | 48.43 | - |
| YUV | 71.58 | 193.71 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 8 | 188 | 0.19 | 0.96 | 0 | 0.26 | 288 | 0.92 | 0.38 |
| Hex | 98 | 8 | BC | 13 | 60 | 0 | 1A | 120 | 5C | 26 |
| Octal | 230 | 10 | 274 | 23 | 140 | 0 | 32 | 440 | 134 | 46 |
| Binary | 10011000 | 1000 | 10111100 | 10011 | 1100000 | 0 | 11010 | 100100000 | 1011100 | 100110 |
Color Harmonies of #9808BC
Complementary color
Monochromatic Colors of #9808BC
Black with #9808BC
Text Example
Text Example
White with #9808BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9808BC; }
p { color: rgb(152,8,188); }
H1.HeaderClassName
{
color: #9808BC;
}
.AnyTagClassName
{
color: #9808BC;
}
</style>
background-color css
<style>
a { background-color: #9808BC; }
a { background-color: rgb(152,8,188); }
div.DivClassName
{
background-color: #9808BC;
}
.BgClassName
{
background-color: #9808BC;
}
</style>
border-color css
<style>
span { border-color: #9808BC; }
span { border-color: rgb(152,8,188); }
td.TdClassName
{
border-color: #9808BC;
}
.TagClassName
{
border-color: #9808BC;
}
</style>