Shades of Dark Violet #9804CF
Tints of Dark Violet #9804CF
RGB
CMYK
RGB Variations
Color information
#9804CF (or 0x9804CF) is known color: Dark Violet. HEX triplet: 98, 04 and CF. RGB value is (152,4,207). Sum of RGB (Red+Green+Blue) = 152+4+207=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #9804CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9804CF is #67FB30. Grayscale: #464646. Windows color (decimal): -6814513 or 13567128. OLE color: 13567128.
HSL color Cylindrical-coordinate representation of color #9804CF: hue angle of 283.74º 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 #9804CF is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 4 | 207 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.19 |
| HSL | 283.74º | 0.96% | 0.41% | - |
| HSV(B) | 283.74º | 0.98% | 0.81% | - |
| XYZ | 24.25 | 11.27 | 59.93 | - |
| YUV | 71.39 | 204.53 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 4 | 207 | 0.27 | 0.98 | 0 | 0.19 | 283.74 | 0.96 | 0.41 |
| Hex | 98 | 4 | CF | 1B | 62 | 0 | 13 | 11C | 60 | 29 |
| Octal | 230 | 4 | 317 | 33 | 142 | 0 | 23 | 434 | 140 | 51 |
| Binary | 10011000 | 100 | 11001111 | 11011 | 1100010 | 0 | 10011 | 100011100 | 1100000 | 101001 |
Color Harmonies of #9804CF
Complementary color
Monochromatic Colors of #9804CF
Black with #9804CF
Text Example
Text Example
White with #9804CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9804CF; }
p { color: rgb(152,4,207); }
H1.HeaderClassName
{
color: #9804CF;
}
.AnyTagClassName
{
color: #9804CF;
}
</style>
background-color css
<style>
a { background-color: #9804CF; }
a { background-color: rgb(152,4,207); }
div.DivClassName
{
background-color: #9804CF;
}
.BgClassName
{
background-color: #9804CF;
}
</style>
border-color css
<style>
span { border-color: #9804CF; }
span { border-color: rgb(152,4,207); }
td.TdClassName
{
border-color: #9804CF;
}
.TagClassName
{
border-color: #9804CF;
}
</style>