Shades of Dark Violet #960ABC
Tints of Dark Violet #960ABC
RGB
CMYK
RGB Variations
Color information
#960ABC (or 0x960ABC) is known color: Dark Violet. HEX triplet: 96, 0A and BC. RGB value is (150,10,188). Sum of RGB (Red+Green+Blue) = 150+10+188=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #960ABC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960ABC is #69F543. Grayscale: #474747. Windows color (decimal): -6944068 or 12323478. OLE color: 12323478.
HSL color Cylindrical-coordinate representation of color #960ABC: hue angle of 287.19º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960ABC is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 10 | 188 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.26 |
| HSL | 287.19º | 0.9% | 0.39% | - |
| HSV(B) | 287.19º | 0.95% | 0.74% | - |
| XYZ | 21.76 | 10.33 | 48.42 | - |
| YUV | 72.15 | 193.38 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 10 | 188 | 0.20 | 0.95 | 0 | 0.26 | 287.19 | 0.9 | 0.39 |
| Hex | 96 | A | BC | 14 | 5F | 0 | 1A | 11F | 5A | 27 |
| Octal | 226 | 12 | 274 | 24 | 137 | 0 | 32 | 437 | 132 | 47 |
| Binary | 10010110 | 1010 | 10111100 | 10100 | 1011111 | 0 | 11010 | 100011111 | 1011010 | 100111 |
Color Harmonies of #960ABC
Complementary color
Monochromatic Colors of #960ABC
Black with #960ABC
Text Example
Text Example
White with #960ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960ABC; }
p { color: rgb(150,10,188); }
H1.HeaderClassName
{
color: #960ABC;
}
.AnyTagClassName
{
color: #960ABC;
}
</style>
background-color css
<style>
a { background-color: #960ABC; }
a { background-color: rgb(150,10,188); }
div.DivClassName
{
background-color: #960ABC;
}
.BgClassName
{
background-color: #960ABC;
}
</style>
border-color css
<style>
span { border-color: #960ABC; }
span { border-color: rgb(150,10,188); }
td.TdClassName
{
border-color: #960ABC;
}
.TagClassName
{
border-color: #960ABC;
}
</style>