Shades of Dark Violet #9814CF
Tints of Dark Violet #9814CF
RGB
CMYK
RGB Variations
Color information
#9814CF (or 0x9814CF) is known color: Dark Violet. HEX triplet: 98, 14 and CF. RGB value is (152,20,207). Sum of RGB (Red+Green+Blue) = 152+20+207=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #9814CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9814CF is #67EB30. Grayscale: #505050. Windows color (decimal): -6810417 or 13571224. OLE color: 13571224.
HSL color Cylindrical-coordinate representation of color #9814CF: hue angle of 282.35º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9814CF is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 20 | 207 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.19 |
| HSL | 282.35º | 0.82% | 0.45% | - |
| HSV(B) | 282.35º | 0.9% | 0.81% | - |
| XYZ | 24.46 | 11.68 | 60 | - |
| YUV | 80.79 | 199.23 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 20 | 207 | 0.27 | 0.90 | 0 | 0.19 | 282.35 | 0.82 | 0.45 |
| Hex | 98 | 14 | CF | 1B | 5A | 0 | 13 | 11A | 52 | 2D |
| Octal | 230 | 24 | 317 | 33 | 132 | 0 | 23 | 432 | 122 | 55 |
| Binary | 10011000 | 10100 | 11001111 | 11011 | 1011010 | 0 | 10011 | 100011010 | 1010010 | 101101 |
Color Harmonies of #9814CF
Complementary color
Monochromatic Colors of #9814CF
Black with #9814CF
Text Example
Text Example
White with #9814CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9814CF; }
p { color: rgb(152,20,207); }
H1.HeaderClassName
{
color: #9814CF;
}
.AnyTagClassName
{
color: #9814CF;
}
</style>
background-color css
<style>
a { background-color: #9814CF; }
a { background-color: rgb(152,20,207); }
div.DivClassName
{
background-color: #9814CF;
}
.BgClassName
{
background-color: #9814CF;
}
</style>
border-color css
<style>
span { border-color: #9814CF; }
span { border-color: rgb(152,20,207); }
td.TdClassName
{
border-color: #9814CF;
}
.TagClassName
{
border-color: #9814CF;
}
</style>