Shades of Blue Violet #961EDF
Tints of Blue Violet #961EDF
RGB
CMYK
RGB Variations
Color information
#961EDF (or 0x961EDF) is known color: Blue Violet. HEX triplet: 96, 1E and DF. RGB value is (150,30,223). Sum of RGB (Red+Green+Blue) = 150+30+223=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 30 (12.11% from 255 or 7.44% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #961EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961EDF is #69E120. Grayscale: #575757. Windows color (decimal): -6938913 or 14622358. OLE color: 14622358.
HSL color Cylindrical-coordinate representation of color #961EDF: hue angle of 277.31º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961EDF is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 30 | 223 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.13 |
| HSL | 277.31º | 0.76% | 0.5% | - |
| HSV(B) | 277.31º | 0.87% | 0.87% | - |
| XYZ | 26.36 | 12.74 | 70.88 | - |
| YUV | 87.88 | 204.26 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 30 | 223 | 0.33 | 0.87 | 0 | 0.13 | 277.31 | 0.76 | 0.5 |
| Hex | 96 | 1E | DF | 21 | 57 | 0 | D | 115 | 4C | 32 |
| Octal | 226 | 36 | 337 | 41 | 127 | 0 | 15 | 425 | 114 | 62 |
| Binary | 10010110 | 11110 | 11011111 | 100001 | 1010111 | 0 | 1101 | 100010101 | 1001100 | 110010 |
Color Harmonies of #961EDF
Complementary color
Monochromatic Colors of #961EDF
Black with #961EDF
Text Example
Text Example
White with #961EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961EDF; }
p { color: rgb(150,30,223); }
H1.HeaderClassName
{
color: #961EDF;
}
.AnyTagClassName
{
color: #961EDF;
}
</style>
background-color css
<style>
a { background-color: #961EDF; }
a { background-color: rgb(150,30,223); }
div.DivClassName
{
background-color: #961EDF;
}
.BgClassName
{
background-color: #961EDF;
}
</style>
border-color css
<style>
span { border-color: #961EDF; }
span { border-color: rgb(150,30,223); }
td.TdClassName
{
border-color: #961EDF;
}
.TagClassName
{
border-color: #961EDF;
}
</style>