Shades of Blue Violet #963DEF
Tints of Blue Violet #963DEF
RGB
CMYK
RGB Variations
Color information
#963DEF (or 0x963DEF) is known color: Blue Violet. HEX triplet: 96, 3D and EF. RGB value is (150,61,239). Sum of RGB (Red+Green+Blue) = 150+61+239=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #963DEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963DEF is #69C210. Grayscale: #6B6B6B. Windows color (decimal): -6930961 or 15678870. OLE color: 15678870.
HSL color Cylindrical-coordinate representation of color #963DEF: hue angle of 270º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #963DEF is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 61 | 239 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.06 |
| HSL | 270º | 0.85% | 0.59% | - |
| HSV(B) | 270º | 0.74% | 0.94% | - |
| XYZ | 29.83 | 16.05 | 83.19 | - |
| YUV | 107.9 | 201.99 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 239 | 0.37 | 0.74 | 0 | 0.06 | 270 | 0.85 | 0.59 |
| Hex | 96 | 3D | EF | 25 | 4A | 0 | 6 | 10E | 55 | 3B |
| Octal | 226 | 75 | 357 | 45 | 112 | 0 | 6 | 416 | 125 | 73 |
| Binary | 10010110 | 111101 | 11101111 | 100101 | 1001010 | 0 | 110 | 100001110 | 1010101 | 111011 |
Color Harmonies of #963DEF
Complementary color
Monochromatic Colors of #963DEF
Black with #963DEF
Text Example
Text Example
White with #963DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963DEF; }
p { color: rgb(150,61,239); }
H1.HeaderClassName
{
color: #963DEF;
}
.AnyTagClassName
{
color: #963DEF;
}
</style>
background-color css
<style>
a { background-color: #963DEF; }
a { background-color: rgb(150,61,239); }
div.DivClassName
{
background-color: #963DEF;
}
.BgClassName
{
background-color: #963DEF;
}
</style>
border-color css
<style>
span { border-color: #963DEF; }
span { border-color: rgb(150,61,239); }
td.TdClassName
{
border-color: #963DEF;
}
.TagClassName
{
border-color: #963DEF;
}
</style>