Shades of Dark Violet #9818CF
Tints of Dark Violet #9818CF
RGB
CMYK
RGB Variations
Color information
#9818CF (or 0x9818CF) is known color: Dark Violet. HEX triplet: 98, 18 and CF. RGB value is (152,24,207). Sum of RGB (Red+Green+Blue) = 152+24+207=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #9818CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9818CF is #67E730. Grayscale: #525252. Windows color (decimal): -6809393 or 13572248. OLE color: 13572248.
HSL color Cylindrical-coordinate representation of color #9818CF: hue angle of 281.97º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9818CF is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 24 | 207 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.19 |
| HSL | 281.97º | 0.79% | 0.45% | - |
| HSV(B) | 281.97º | 0.88% | 0.81% | - |
| XYZ | 24.54 | 11.83 | 60.02 | - |
| YUV | 83.13 | 197.91 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 24 | 207 | 0.27 | 0.88 | 0 | 0.19 | 281.97 | 0.79 | 0.45 |
| Hex | 98 | 18 | CF | 1B | 58 | 0 | 13 | 11A | 4F | 2D |
| Octal | 230 | 30 | 317 | 33 | 130 | 0 | 23 | 432 | 117 | 55 |
| Binary | 10011000 | 11000 | 11001111 | 11011 | 1011000 | 0 | 10011 | 100011010 | 1001111 | 101101 |
Color Harmonies of #9818CF
Complementary color
Monochromatic Colors of #9818CF
Black with #9818CF
Text Example
Text Example
White with #9818CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9818CF; }
p { color: rgb(152,24,207); }
H1.HeaderClassName
{
color: #9818CF;
}
.AnyTagClassName
{
color: #9818CF;
}
</style>
background-color css
<style>
a { background-color: #9818CF; }
a { background-color: rgb(152,24,207); }
div.DivClassName
{
background-color: #9818CF;
}
.BgClassName
{
background-color: #9818CF;
}
</style>
border-color css
<style>
span { border-color: #9818CF; }
span { border-color: rgb(152,24,207); }
td.TdClassName
{
border-color: #9818CF;
}
.TagClassName
{
border-color: #9818CF;
}
</style>