Shades of Blue Violet #961ADC
Tints of Blue Violet #961ADC
RGB
CMYK
RGB Variations
Color information
#961ADC (or 0x961ADC) is known color: Blue Violet. HEX triplet: 96, 1A and DC. RGB value is (150,26,220). Sum of RGB (Red+Green+Blue) = 150+26+220=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #961ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961ADC is #69E523. Grayscale: #545454. Windows color (decimal): -6939940 or 14424726. OLE color: 14424726.
HSL color Cylindrical-coordinate representation of color #961ADC: hue angle of 278.35º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961ADC is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 26 | 220 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.14 |
| HSL | 278.35º | 0.79% | 0.48% | - |
| HSV(B) | 278.35º | 0.88% | 0.86% | - |
| XYZ | 25.87 | 12.39 | 68.74 | - |
| YUV | 85.19 | 204.08 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 26 | 220 | 0.32 | 0.88 | 0 | 0.14 | 278.35 | 0.79 | 0.48 |
| Hex | 96 | 1A | DC | 20 | 58 | 0 | E | 116 | 4F | 30 |
| Octal | 226 | 32 | 334 | 40 | 130 | 0 | 16 | 426 | 117 | 60 |
| Binary | 10010110 | 11010 | 11011100 | 100000 | 1011000 | 0 | 1110 | 100010110 | 1001111 | 110000 |
Color Harmonies of #961ADC
Complementary color
Monochromatic Colors of #961ADC
Black with #961ADC
Text Example
Text Example
White with #961ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961ADC; }
p { color: rgb(150,26,220); }
H1.HeaderClassName
{
color: #961ADC;
}
.AnyTagClassName
{
color: #961ADC;
}
</style>
background-color css
<style>
a { background-color: #961ADC; }
a { background-color: rgb(150,26,220); }
div.DivClassName
{
background-color: #961ADC;
}
.BgClassName
{
background-color: #961ADC;
}
</style>
border-color css
<style>
span { border-color: #961ADC; }
span { border-color: rgb(150,26,220); }
td.TdClassName
{
border-color: #961ADC;
}
.TagClassName
{
border-color: #961ADC;
}
</style>