Shades of Blue Violet #962ADF
Tints of Blue Violet #962ADF
RGB
CMYK
RGB Variations
Color information
#962ADF (or 0x962ADF) is known color: Blue Violet. HEX triplet: 96, 2A and DF. RGB value is (150,42,223). Sum of RGB (Red+Green+Blue) = 150+42+223=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #962ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962ADF is #69D520. Grayscale: #5E5E5E. Windows color (decimal): -6935841 or 14625430. OLE color: 14625430.
HSL color Cylindrical-coordinate representation of color #962ADF: hue angle of 275.8º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #962ADF is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 42 | 223 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.13 |
| HSL | 275.8º | 0.74% | 0.52% | - |
| HSV(B) | 275.8º | 0.81% | 0.87% | - |
| XYZ | 26.72 | 13.47 | 71 | - |
| YUV | 94.93 | 200.28 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 42 | 223 | 0.33 | 0.81 | 0 | 0.13 | 275.8 | 0.74 | 0.52 |
| Hex | 96 | 2A | DF | 21 | 51 | 0 | D | 114 | 4A | 34 |
| Octal | 226 | 52 | 337 | 41 | 121 | 0 | 15 | 424 | 112 | 64 |
| Binary | 10010110 | 101010 | 11011111 | 100001 | 1010001 | 0 | 1101 | 100010100 | 1001010 | 110100 |
Color Harmonies of #962ADF
Complementary color
Monochromatic Colors of #962ADF
Black with #962ADF
Text Example
Text Example
White with #962ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962ADF; }
p { color: rgb(150,42,223); }
H1.HeaderClassName
{
color: #962ADF;
}
.AnyTagClassName
{
color: #962ADF;
}
</style>
background-color css
<style>
a { background-color: #962ADF; }
a { background-color: rgb(150,42,223); }
div.DivClassName
{
background-color: #962ADF;
}
.BgClassName
{
background-color: #962ADF;
}
</style>
border-color css
<style>
span { border-color: #962ADF; }
span { border-color: rgb(150,42,223); }
td.TdClassName
{
border-color: #962ADF;
}
.TagClassName
{
border-color: #962ADF;
}
</style>