Shades of Dark Violet #9808D5
Tints of Dark Violet #9808D5
RGB
CMYK
RGB Variations
Color information
#9808D5 (or 0x9808D5) is known color: Dark Violet. HEX triplet: 98, 08 and D5. RGB value is (152,8,213). Sum of RGB (Red+Green+Blue) = 152+8+213=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 213 (83.59% from 255 or 57.10% from 373); Max value from RGB is 213 - color contains mainly: blue. Hex color #9808D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9808D5 is #67F72A. Grayscale: #494949. Windows color (decimal): -6813483 or 13961368. OLE color: 13961368.
HSL color Cylindrical-coordinate representation of color #9808D5: hue angle of 282.15º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9808D5 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 8 | 213 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.16 |
| HSL | 282.15º | 0.93% | 0.43% | - |
| HSV(B) | 282.15º | 0.96% | 0.84% | - |
| XYZ | 25.05 | 11.65 | 63.88 | - |
| YUV | 74.43 | 206.21 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 8 | 213 | 0.29 | 0.96 | 0 | 0.16 | 282.15 | 0.93 | 0.43 |
| Hex | 98 | 8 | D5 | 1D | 60 | 0 | 10 | 11A | 5D | 2B |
| Octal | 230 | 10 | 325 | 35 | 140 | 0 | 20 | 432 | 135 | 53 |
| Binary | 10011000 | 1000 | 11010101 | 11101 | 1100000 | 0 | 10000 | 100011010 | 1011101 | 101011 |
Color Harmonies of #9808D5
Complementary color
Monochromatic Colors of #9808D5
Black with #9808D5
Text Example
Text Example
White with #9808D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9808D5; }
p { color: rgb(152,8,213); }
H1.HeaderClassName
{
color: #9808D5;
}
.AnyTagClassName
{
color: #9808D5;
}
</style>
background-color css
<style>
a { background-color: #9808D5; }
a { background-color: rgb(152,8,213); }
div.DivClassName
{
background-color: #9808D5;
}
.BgClassName
{
background-color: #9808D5;
}
</style>
border-color css
<style>
span { border-color: #9808D5; }
span { border-color: rgb(152,8,213); }
td.TdClassName
{
border-color: #9808D5;
}
.TagClassName
{
border-color: #9808D5;
}
</style>