Shades of Blue Violet #962ADC
Tints of Blue Violet #962ADC
RGB
CMYK
RGB Variations
Color information
#962ADC (or 0x962ADC) is known color: Blue Violet. HEX triplet: 96, 2A and DC. RGB value is (150,42,220). Sum of RGB (Red+Green+Blue) = 150+42+220=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 42 (16.80% from 255 or 10.19% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #962ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962ADC is #69D523. Grayscale: #5D5D5D. Windows color (decimal): -6935844 or 14428822. OLE color: 14428822.
HSL color Cylindrical-coordinate representation of color #962ADC: hue angle of 276.4º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #962ADC is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 42 | 220 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.14 |
| HSL | 276.4º | 0.72% | 0.51% | - |
| HSV(B) | 276.4º | 0.81% | 0.86% | - |
| XYZ | 26.32 | 13.31 | 68.89 | - |
| YUV | 94.58 | 198.78 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 42 | 220 | 0.32 | 0.81 | 0 | 0.14 | 276.4 | 0.72 | 0.51 |
| Hex | 96 | 2A | DC | 20 | 51 | 0 | E | 114 | 48 | 33 |
| Octal | 226 | 52 | 334 | 40 | 121 | 0 | 16 | 424 | 110 | 63 |
| Binary | 10010110 | 101010 | 11011100 | 100000 | 1010001 | 0 | 1110 | 100010100 | 1001000 | 110011 |
Color Harmonies of #962ADC
Complementary color
Monochromatic Colors of #962ADC
Black with #962ADC
Text Example
Text Example
White with #962ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962ADC; }
p { color: rgb(150,42,220); }
H1.HeaderClassName
{
color: #962ADC;
}
.AnyTagClassName
{
color: #962ADC;
}
</style>
background-color css
<style>
a { background-color: #962ADC; }
a { background-color: rgb(150,42,220); }
div.DivClassName
{
background-color: #962ADC;
}
.BgClassName
{
background-color: #962ADC;
}
</style>
border-color css
<style>
span { border-color: #962ADC; }
span { border-color: rgb(150,42,220); }
td.TdClassName
{
border-color: #962ADC;
}
.TagClassName
{
border-color: #962ADC;
}
</style>