Shades of Dark Violet #9804CE
Tints of Dark Violet #9804CE
RGB
CMYK
RGB Variations
Color information
#9804CE (or 0x9804CE) is known color: Dark Violet. HEX triplet: 98, 04 and CE. RGB value is (152,4,206). Sum of RGB (Red+Green+Blue) = 152+4+206=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #9804CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9804CE is #67FB31. Grayscale: #464646. Windows color (decimal): -6814514 or 13501592. OLE color: 13501592.
HSL color Cylindrical-coordinate representation of color #9804CE: hue angle of 283.96º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9804CE is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 4 | 206 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.19 |
| HSL | 283.96º | 0.96% | 0.41% | - |
| HSV(B) | 283.96º | 0.98% | 0.81% | - |
| XYZ | 24.13 | 11.22 | 59.29 | - |
| YUV | 71.28 | 204.03 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 4 | 206 | 0.26 | 0.98 | 0 | 0.19 | 283.96 | 0.96 | 0.41 |
| Hex | 98 | 4 | CE | 1A | 62 | 0 | 13 | 11C | 60 | 29 |
| Octal | 230 | 4 | 316 | 32 | 142 | 0 | 23 | 434 | 140 | 51 |
| Binary | 10011000 | 100 | 11001110 | 11010 | 1100010 | 0 | 10011 | 100011100 | 1100000 | 101001 |
Color Harmonies of #9804CE
Complementary color
Monochromatic Colors of #9804CE
Black with #9804CE
Text Example
Text Example
White with #9804CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9804CE; }
p { color: rgb(152,4,206); }
H1.HeaderClassName
{
color: #9804CE;
}
.AnyTagClassName
{
color: #9804CE;
}
</style>
background-color css
<style>
a { background-color: #9804CE; }
a { background-color: rgb(152,4,206); }
div.DivClassName
{
background-color: #9804CE;
}
.BgClassName
{
background-color: #9804CE;
}
</style>
border-color css
<style>
span { border-color: #9804CE; }
span { border-color: rgb(152,4,206); }
td.TdClassName
{
border-color: #9804CE;
}
.TagClassName
{
border-color: #9804CE;
}
</style>