Shades of Blue Violet #9619DD
Tints of Blue Violet #9619DD
RGB
CMYK
RGB Variations
Color information
#9619DD (or 0x9619DD) is known color: Blue Violet. HEX triplet: 96, 19 and DD. RGB value is (150,25,221). Sum of RGB (Red+Green+Blue) = 150+25+221=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 25 (10.16% from 255 or 6.31% 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 #9619DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9619DD is #69E622. Grayscale: #545454. Windows color (decimal): -6940195 or 14490006. OLE color: 14490006.
HSL color Cylindrical-coordinate representation of color #9619DD: hue angle of 278.27º 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 #9619DD is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 25 | 221 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.13 |
| HSL | 278.27º | 0.8% | 0.48% | - |
| HSV(B) | 278.27º | 0.89% | 0.87% | - |
| XYZ | 25.98 | 12.4 | 69.43 | - |
| YUV | 84.72 | 204.91 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 221 | 0.32 | 0.89 | 0 | 0.13 | 278.27 | 0.8 | 0.48 |
| Hex | 96 | 19 | DD | 20 | 59 | 0 | D | 116 | 50 | 30 |
| Octal | 226 | 31 | 335 | 40 | 131 | 0 | 15 | 426 | 120 | 60 |
| Binary | 10010110 | 11001 | 11011101 | 100000 | 1011001 | 0 | 1101 | 100010110 | 1010000 | 110000 |
Color Harmonies of #9619DD
Complementary color
Monochromatic Colors of #9619DD
Black with #9619DD
Text Example
Text Example
White with #9619DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9619DD; }
p { color: rgb(150,25,221); }
H1.HeaderClassName
{
color: #9619DD;
}
.AnyTagClassName
{
color: #9619DD;
}
</style>
background-color css
<style>
a { background-color: #9619DD; }
a { background-color: rgb(150,25,221); }
div.DivClassName
{
background-color: #9619DD;
}
.BgClassName
{
background-color: #9619DD;
}
</style>
border-color css
<style>
span { border-color: #9619DD; }
span { border-color: rgb(150,25,221); }
td.TdClassName
{
border-color: #9619DD;
}
.TagClassName
{
border-color: #9619DD;
}
</style>