Shades of Blue Violet #9718DD
Tints of Blue Violet #9718DD
RGB
CMYK
RGB Variations
Color information
#9718DD (or 0x9718DD) is known color: Blue Violet. HEX triplet: 97, 18 and DD. RGB value is (151,24,221). Sum of RGB (Red+Green+Blue) = 151+24+221=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #9718DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9718DD is #68E722. Grayscale: #535353. Windows color (decimal): -6874915 or 14489751. OLE color: 14489751.
HSL color Cylindrical-coordinate representation of color #9718DD: hue angle of 278.68º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9718DD is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 24 | 221 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.13 |
| HSL | 278.68º | 0.8% | 0.48% | - |
| HSV(B) | 278.68º | 0.89% | 0.87% | - |
| XYZ | 26.14 | 12.45 | 69.43 | - |
| YUV | 84.43 | 205.08 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 24 | 221 | 0.32 | 0.89 | 0 | 0.13 | 278.68 | 0.8 | 0.48 |
| Hex | 97 | 18 | DD | 20 | 59 | 0 | D | 117 | 50 | 30 |
| Octal | 227 | 30 | 335 | 40 | 131 | 0 | 15 | 427 | 120 | 60 |
| Binary | 10010111 | 11000 | 11011101 | 100000 | 1011001 | 0 | 1101 | 100010111 | 1010000 | 110000 |
Color Harmonies of #9718DD
Complementary color
Monochromatic Colors of #9718DD
Black with #9718DD
Text Example
Text Example
White with #9718DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9718DD; }
p { color: rgb(151,24,221); }
H1.HeaderClassName
{
color: #9718DD;
}
.AnyTagClassName
{
color: #9718DD;
}
</style>
background-color css
<style>
a { background-color: #9718DD; }
a { background-color: rgb(151,24,221); }
div.DivClassName
{
background-color: #9718DD;
}
.BgClassName
{
background-color: #9718DD;
}
</style>
border-color css
<style>
span { border-color: #9718DD; }
span { border-color: rgb(151,24,221); }
td.TdClassName
{
border-color: #9718DD;
}
.TagClassName
{
border-color: #9718DD;
}
</style>