Shades of Blue Violet #961ADE
Tints of Blue Violet #961ADE
RGB
CMYK
RGB Variations
Color information
#961ADE (or 0x961ADE) is known color: Blue Violet. HEX triplet: 96, 1A and DE. RGB value is (150,26,222). Sum of RGB (Red+Green+Blue) = 150+26+222=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #961ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961ADE is #69E521. Grayscale: #545454. Windows color (decimal): -6939938 or 14555798. OLE color: 14555798.
HSL color Cylindrical-coordinate representation of color #961ADE: hue angle of 277.96º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961ADE is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 26 | 222 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.13 |
| HSL | 277.96º | 0.79% | 0.49% | - |
| HSV(B) | 277.96º | 0.88% | 0.87% | - |
| XYZ | 26.13 | 12.5 | 70.14 | - |
| YUV | 85.42 | 205.08 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 26 | 222 | 0.32 | 0.88 | 0 | 0.13 | 277.96 | 0.79 | 0.49 |
| Hex | 96 | 1A | DE | 20 | 58 | 0 | D | 116 | 4F | 31 |
| Octal | 226 | 32 | 336 | 40 | 130 | 0 | 15 | 426 | 117 | 61 |
| Binary | 10010110 | 11010 | 11011110 | 100000 | 1011000 | 0 | 1101 | 100010110 | 1001111 | 110001 |
Color Harmonies of #961ADE
Complementary color
Monochromatic Colors of #961ADE
Black with #961ADE
Text Example
Text Example
White with #961ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961ADE; }
p { color: rgb(150,26,222); }
H1.HeaderClassName
{
color: #961ADE;
}
.AnyTagClassName
{
color: #961ADE;
}
</style>
background-color css
<style>
a { background-color: #961ADE; }
a { background-color: rgb(150,26,222); }
div.DivClassName
{
background-color: #961ADE;
}
.BgClassName
{
background-color: #961ADE;
}
</style>
border-color css
<style>
span { border-color: #961ADE; }
span { border-color: rgb(150,26,222); }
td.TdClassName
{
border-color: #961ADE;
}
.TagClassName
{
border-color: #961ADE;
}
</style>