Shades of Blue Violet #961BE8
Tints of Blue Violet #961BE8
RGB
CMYK
RGB Variations
Color information
#961BE8 (or 0x961BE8) is known color: Blue Violet. HEX triplet: 96, 1B and E8. RGB value is (150,27,232). Sum of RGB (Red+Green+Blue) = 150+27+232=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 27 (10.94% from 255 or 6.60% from 409); Blue value is 232 (91.02% from 255 or 56.72% from 409); Max value from RGB is 232 - color contains mainly: blue. Hex color #961BE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #961BE8 is #69E417. Grayscale: #565656. Windows color (decimal): -6939672 or 15211414. OLE color: 15211414.
HSL color Cylindrical-coordinate representation of color #961BE8: hue angle of 276º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961BE8 is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 27 | 232 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.09 |
| HSL | 276º | 0.82% | 0.51% | - |
| HSV(B) | 276º | 0.88% | 0.91% | - |
| XYZ | 27.54 | 13.09 | 77.42 | - |
| YUV | 87.15 | 209.75 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 27 | 232 | 0.35 | 0.88 | 0 | 0.09 | 276 | 0.82 | 0.51 |
| Hex | 96 | 1B | E8 | 23 | 58 | 0 | 9 | 114 | 52 | 33 |
| Octal | 226 | 33 | 350 | 43 | 130 | 0 | 11 | 424 | 122 | 63 |
| Binary | 10010110 | 11011 | 11101000 | 100011 | 1011000 | 0 | 1001 | 100010100 | 1010010 | 110011 |
Color Harmonies of #961BE8
Complementary color
Monochromatic Colors of #961BE8
Black with #961BE8
Text Example
Text Example
White with #961BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961BE8; }
p { color: rgb(150,27,232); }
H1.HeaderClassName
{
color: #961BE8;
}
.AnyTagClassName
{
color: #961BE8;
}
</style>
background-color css
<style>
a { background-color: #961BE8; }
a { background-color: rgb(150,27,232); }
div.DivClassName
{
background-color: #961BE8;
}
.BgClassName
{
background-color: #961BE8;
}
</style>
border-color css
<style>
span { border-color: #961BE8; }
span { border-color: rgb(150,27,232); }
td.TdClassName
{
border-color: #961BE8;
}
.TagClassName
{
border-color: #961BE8;
}
</style>