Shades of Blue Violet #9619DE
Tints of Blue Violet #9619DE
RGB
CMYK
RGB Variations
Color information
#9619DE (or 0x9619DE) is known color: Blue Violet. HEX triplet: 96, 19 and DE. RGB value is (150,25,222). Sum of RGB (Red+Green+Blue) = 150+25+222=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #9619DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9619DE is #69E621. Grayscale: #545454. Windows color (decimal): -6940194 or 14555542. OLE color: 14555542.
HSL color Cylindrical-coordinate representation of color #9619DE: hue angle of 278.07º 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 #9619DE is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 25 | 222 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.13 |
| HSL | 278.07º | 0.8% | 0.48% | - |
| HSV(B) | 278.07º | 0.89% | 0.87% | - |
| XYZ | 26.11 | 12.45 | 70.13 | - |
| YUV | 84.83 | 205.41 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 222 | 0.32 | 0.89 | 0 | 0.13 | 278.07 | 0.8 | 0.48 |
| Hex | 96 | 19 | DE | 20 | 59 | 0 | D | 116 | 50 | 30 |
| Octal | 226 | 31 | 336 | 40 | 131 | 0 | 15 | 426 | 120 | 60 |
| Binary | 10010110 | 11001 | 11011110 | 100000 | 1011001 | 0 | 1101 | 100010110 | 1010000 | 110000 |
Color Harmonies of #9619DE
Complementary color
Monochromatic Colors of #9619DE
Black with #9619DE
Text Example
Text Example
White with #9619DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9619DE; }
p { color: rgb(150,25,222); }
H1.HeaderClassName
{
color: #9619DE;
}
.AnyTagClassName
{
color: #9619DE;
}
</style>
background-color css
<style>
a { background-color: #9619DE; }
a { background-color: rgb(150,25,222); }
div.DivClassName
{
background-color: #9619DE;
}
.BgClassName
{
background-color: #9619DE;
}
</style>
border-color css
<style>
span { border-color: #9619DE; }
span { border-color: rgb(150,25,222); }
td.TdClassName
{
border-color: #9619DE;
}
.TagClassName
{
border-color: #9619DE;
}
</style>