Shades of Dark Violet #9809C8
Tints of Dark Violet #9809C8
RGB
CMYK
RGB Variations
Color information
#9809C8 (or 0x9809C8) is known color: Dark Violet. HEX triplet: 98, 09 and C8. RGB value is (152,9,200). Sum of RGB (Red+Green+Blue) = 152+9+200=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 200 (78.52% from 255 or 55.40% from 361); Max value from RGB is 200 - color contains mainly: blue. Hex color #9809C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9809C8 is #67F637. Grayscale: #484848. Windows color (decimal): -6813240 or 13109656. OLE color: 13109656.
HSL color Cylindrical-coordinate representation of color #9809C8: hue angle of 284.92º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9809C8 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 9 | 200 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.22 |
| HSL | 284.92º | 0.91% | 0.41% | - |
| HSV(B) | 284.92º | 0.96% | 0.78% | - |
| XYZ | 23.47 | 11.04 | 55.54 | - |
| YUV | 73.53 | 199.38 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 200 | 0.24 | 0.96 | 0 | 0.22 | 284.92 | 0.91 | 0.41 |
| Hex | 98 | 9 | C8 | 18 | 60 | 0 | 16 | 11D | 5B | 29 |
| Octal | 230 | 11 | 310 | 30 | 140 | 0 | 26 | 435 | 133 | 51 |
| Binary | 10011000 | 1001 | 11001000 | 11000 | 1100000 | 0 | 10110 | 100011101 | 1011011 | 101001 |
Color Harmonies of #9809C8
Complementary color
Monochromatic Colors of #9809C8
Black with #9809C8
Text Example
Text Example
White with #9809C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9809C8; }
p { color: rgb(152,9,200); }
H1.HeaderClassName
{
color: #9809C8;
}
.AnyTagClassName
{
color: #9809C8;
}
</style>
background-color css
<style>
a { background-color: #9809C8; }
a { background-color: rgb(152,9,200); }
div.DivClassName
{
background-color: #9809C8;
}
.BgClassName
{
background-color: #9809C8;
}
</style>
border-color css
<style>
span { border-color: #9809C8; }
span { border-color: rgb(152,9,200); }
td.TdClassName
{
border-color: #9809C8;
}
.TagClassName
{
border-color: #9809C8;
}
</style>