Shades of Dark Violet #960FB1
Tints of Dark Violet #960FB1
RGB
CMYK
RGB Variations
Color information
#960FB1 (or 0x960FB1) is known color: Dark Violet. HEX triplet: 96, 0F and B1. RGB value is (150,15,177). Sum of RGB (Red+Green+Blue) = 150+15+177=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 177 (69.53% from 255 or 51.75% from 342); Max value from RGB is 177 - color contains mainly: blue. Hex color #960FB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960FB1 is #69F04E. Grayscale: #494949. Windows color (decimal): -6942799 or 11603862. OLE color: 11603862.
HSL color Cylindrical-coordinate representation of color #960FB1: hue angle of 290º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #960FB1 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 15 | 177 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.31 |
| HSL | 290º | 0.84% | 0.38% | - |
| HSV(B) | 290º | 0.92% | 0.69% | - |
| XYZ | 20.68 | 10 | 42.43 | - |
| YUV | 73.83 | 186.23 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 15 | 177 | 0.15 | 0.92 | 0 | 0.31 | 290 | 0.84 | 0.38 |
| Hex | 96 | F | B1 | F | 5C | 0 | 1F | 122 | 54 | 26 |
| Octal | 226 | 17 | 261 | 17 | 134 | 0 | 37 | 442 | 124 | 46 |
| Binary | 10010110 | 1111 | 10110001 | 1111 | 1011100 | 0 | 11111 | 100100010 | 1010100 | 100110 |
Color Harmonies of #960FB1
Complementary color
Monochromatic Colors of #960FB1
Black with #960FB1
Text Example
Text Example
White with #960FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960FB1; }
p { color: rgb(150,15,177); }
H1.HeaderClassName
{
color: #960FB1;
}
.AnyTagClassName
{
color: #960FB1;
}
</style>
background-color css
<style>
a { background-color: #960FB1; }
a { background-color: rgb(150,15,177); }
div.DivClassName
{
background-color: #960FB1;
}
.BgClassName
{
background-color: #960FB1;
}
</style>
border-color css
<style>
span { border-color: #960FB1; }
span { border-color: rgb(150,15,177); }
td.TdClassName
{
border-color: #960FB1;
}
.TagClassName
{
border-color: #960FB1;
}
</style>