Shades of Dark Violet #9809CC
Tints of Dark Violet #9809CC
RGB
CMYK
RGB Variations
Color information
#9809CC (or 0x9809CC) is known color: Dark Violet. HEX triplet: 98, 09 and CC. RGB value is (152,9,204). Sum of RGB (Red+Green+Blue) = 152+9+204=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #9809CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9809CC is #67F633. Grayscale: #494949. Windows color (decimal): -6813236 or 13371800. OLE color: 13371800.
HSL color Cylindrical-coordinate representation of color #9809CC: hue angle of 284º 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 #9809CC is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 9 | 204 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.2 |
| HSL | 284º | 0.92% | 0.42% | - |
| HSV(B) | 284º | 0.96% | 0.8% | - |
| XYZ | 23.95 | 11.23 | 58.03 | - |
| YUV | 73.99 | 201.38 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 204 | 0.25 | 0.96 | 0 | 0.2 | 284 | 0.92 | 0.42 |
| Hex | 98 | 9 | CC | 19 | 60 | 0 | 14 | 11C | 5C | 2A |
| Octal | 230 | 11 | 314 | 31 | 140 | 0 | 24 | 434 | 134 | 52 |
| Binary | 10011000 | 1001 | 11001100 | 11001 | 1100000 | 0 | 10100 | 100011100 | 1011100 | 101010 |
Color Harmonies of #9809CC
Complementary color
Monochromatic Colors of #9809CC
Black with #9809CC
Text Example
Text Example
White with #9809CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9809CC; }
p { color: rgb(152,9,204); }
H1.HeaderClassName
{
color: #9809CC;
}
.AnyTagClassName
{
color: #9809CC;
}
</style>
background-color css
<style>
a { background-color: #9809CC; }
a { background-color: rgb(152,9,204); }
div.DivClassName
{
background-color: #9809CC;
}
.BgClassName
{
background-color: #9809CC;
}
</style>
border-color css
<style>
span { border-color: #9809CC; }
span { border-color: rgb(152,9,204); }
td.TdClassName
{
border-color: #9809CC;
}
.TagClassName
{
border-color: #9809CC;
}
</style>