Shades of Blue Violet #963EEB
Tints of Blue Violet #963EEB
RGB
CMYK
RGB Variations
Color information
#963EEB (or 0x963EEB) is known color: Blue Violet. HEX triplet: 96, 3E and EB. RGB value is (150,62,235). Sum of RGB (Red+Green+Blue) = 150+62+235=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 62 (24.61% from 255 or 13.87% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #963EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963EEB is #69C114. Grayscale: #6B6B6B. Windows color (decimal): -6930709 or 15416982. OLE color: 15416982.
HSL color Cylindrical-coordinate representation of color #963EEB: hue angle of 270.52º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #963EEB is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 62 | 235 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.08 |
| HSL | 270.52º | 0.81% | 0.58% | - |
| HSV(B) | 270.52º | 0.74% | 0.92% | - |
| XYZ | 29.3 | 15.93 | 80.13 | - |
| YUV | 108.03 | 199.65 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 62 | 235 | 0.36 | 0.74 | 0 | 0.08 | 270.52 | 0.81 | 0.58 |
| Hex | 96 | 3E | EB | 24 | 4A | 0 | 8 | 10F | 51 | 3A |
| Octal | 226 | 76 | 353 | 44 | 112 | 0 | 10 | 417 | 121 | 72 |
| Binary | 10010110 | 111110 | 11101011 | 100100 | 1001010 | 0 | 1000 | 100001111 | 1010001 | 111010 |
Color Harmonies of #963EEB
Complementary color
Monochromatic Colors of #963EEB
Black with #963EEB
Text Example
Text Example
White with #963EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963EEB; }
p { color: rgb(150,62,235); }
H1.HeaderClassName
{
color: #963EEB;
}
.AnyTagClassName
{
color: #963EEB;
}
</style>
background-color css
<style>
a { background-color: #963EEB; }
a { background-color: rgb(150,62,235); }
div.DivClassName
{
background-color: #963EEB;
}
.BgClassName
{
background-color: #963EEB;
}
</style>
border-color css
<style>
span { border-color: #963EEB; }
span { border-color: rgb(150,62,235); }
td.TdClassName
{
border-color: #963EEB;
}
.TagClassName
{
border-color: #963EEB;
}
</style>