Shades of Dark Violet #9808CC
Tints of Dark Violet #9808CC
RGB
CMYK
RGB Variations
Color information
#9808CC (or 0x9808CC) is known color: Dark Violet. HEX triplet: 98, 08 and CC. RGB value is (152,8,204). Sum of RGB (Red+Green+Blue) = 152+8+204=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #9808CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9808CC is #67F733. Grayscale: #484848. Windows color (decimal): -6813492 or 13371544. OLE color: 13371544.
HSL color Cylindrical-coordinate representation of color #9808CC: hue angle of 284.08º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9808CC is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 8 | 204 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.2 |
| HSL | 284.08º | 0.92% | 0.42% | - |
| HSV(B) | 284.08º | 0.96% | 0.8% | - |
| XYZ | 23.93 | 11.21 | 58.03 | - |
| YUV | 73.4 | 201.71 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 8 | 204 | 0.25 | 0.96 | 0 | 0.2 | 284.08 | 0.92 | 0.42 |
| Hex | 98 | 8 | CC | 19 | 60 | 0 | 14 | 11C | 5C | 2A |
| Octal | 230 | 10 | 314 | 31 | 140 | 0 | 24 | 434 | 134 | 52 |
| Binary | 10011000 | 1000 | 11001100 | 11001 | 1100000 | 0 | 10100 | 100011100 | 1011100 | 101010 |
Color Harmonies of #9808CC
Complementary color
Monochromatic Colors of #9808CC
Black with #9808CC
Text Example
Text Example
White with #9808CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9808CC; }
p { color: rgb(152,8,204); }
H1.HeaderClassName
{
color: #9808CC;
}
.AnyTagClassName
{
color: #9808CC;
}
</style>
background-color css
<style>
a { background-color: #9808CC; }
a { background-color: rgb(152,8,204); }
div.DivClassName
{
background-color: #9808CC;
}
.BgClassName
{
background-color: #9808CC;
}
</style>
border-color css
<style>
span { border-color: #9808CC; }
span { border-color: rgb(152,8,204); }
td.TdClassName
{
border-color: #9808CC;
}
.TagClassName
{
border-color: #9808CC;
}
</style>