Shades of Blue Violet #962FDF
Tints of Blue Violet #962FDF
RGB
CMYK
RGB Variations
Color information
#962FDF (or 0x962FDF) is known color: Blue Violet. HEX triplet: 96, 2F and DF. RGB value is (150,47,223). Sum of RGB (Red+Green+Blue) = 150+47+223=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 47 (18.75% from 255 or 11.19% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #962FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962FDF is #69D020. Grayscale: #616161. Windows color (decimal): -6934561 or 14626710. OLE color: 14626710.
HSL color Cylindrical-coordinate representation of color #962FDF: hue angle of 275.11º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962FDF is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 47 | 223 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.13 |
| HSL | 275.11º | 0.73% | 0.53% | - |
| HSV(B) | 275.11º | 0.79% | 0.87% | - |
| XYZ | 26.91 | 13.84 | 71.07 | - |
| YUV | 97.86 | 198.62 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 47 | 223 | 0.33 | 0.79 | 0 | 0.13 | 275.11 | 0.73 | 0.53 |
| Hex | 96 | 2F | DF | 21 | 4F | 0 | D | 113 | 49 | 35 |
| Octal | 226 | 57 | 337 | 41 | 117 | 0 | 15 | 423 | 111 | 65 |
| Binary | 10010110 | 101111 | 11011111 | 100001 | 1001111 | 0 | 1101 | 100010011 | 1001001 | 110101 |
Color Harmonies of #962FDF
Complementary color
Monochromatic Colors of #962FDF
Black with #962FDF
Text Example
Text Example
White with #962FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962FDF; }
p { color: rgb(150,47,223); }
H1.HeaderClassName
{
color: #962FDF;
}
.AnyTagClassName
{
color: #962FDF;
}
</style>
background-color css
<style>
a { background-color: #962FDF; }
a { background-color: rgb(150,47,223); }
div.DivClassName
{
background-color: #962FDF;
}
.BgClassName
{
background-color: #962FDF;
}
</style>
border-color css
<style>
span { border-color: #962FDF; }
span { border-color: rgb(150,47,223); }
td.TdClassName
{
border-color: #962FDF;
}
.TagClassName
{
border-color: #962FDF;
}
</style>