Shades of Dark Violet #9718CF
Tints of Dark Violet #9718CF
RGB
CMYK
RGB Variations
Color information
#9718CF (or 0x9718CF) is known color: Dark Violet. HEX triplet: 97, 18 and CF. RGB value is (151,24,207). Sum of RGB (Red+Green+Blue) = 151+24+207=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #9718CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9718CF is #68E730. Grayscale: #525252. Windows color (decimal): -6874929 or 13572247. OLE color: 13572247.
HSL color Cylindrical-coordinate representation of color #9718CF: hue angle of 281.64º 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 #9718CF is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 24 | 207 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.19 |
| HSL | 281.64º | 0.79% | 0.45% | - |
| HSV(B) | 281.64º | 0.88% | 0.81% | - |
| XYZ | 24.35 | 11.74 | 60.01 | - |
| YUV | 82.84 | 198.08 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 24 | 207 | 0.27 | 0.88 | 0 | 0.19 | 281.64 | 0.79 | 0.45 |
| Hex | 97 | 18 | CF | 1B | 58 | 0 | 13 | 11A | 4F | 2D |
| Octal | 227 | 30 | 317 | 33 | 130 | 0 | 23 | 432 | 117 | 55 |
| Binary | 10010111 | 11000 | 11001111 | 11011 | 1011000 | 0 | 10011 | 100011010 | 1001111 | 101101 |
Color Harmonies of #9718CF
Complementary color
Monochromatic Colors of #9718CF
Black with #9718CF
Text Example
Text Example
White with #9718CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9718CF; }
p { color: rgb(151,24,207); }
H1.HeaderClassName
{
color: #9718CF;
}
.AnyTagClassName
{
color: #9718CF;
}
</style>
background-color css
<style>
a { background-color: #9718CF; }
a { background-color: rgb(151,24,207); }
div.DivClassName
{
background-color: #9718CF;
}
.BgClassName
{
background-color: #9718CF;
}
</style>
border-color css
<style>
span { border-color: #9718CF; }
span { border-color: rgb(151,24,207); }
td.TdClassName
{
border-color: #9718CF;
}
.TagClassName
{
border-color: #9718CF;
}
</style>