Shades of Blue Violet #962DDF
Tints of Blue Violet #962DDF
RGB
CMYK
RGB Variations
Color information
#962DDF (or 0x962DDF) is known color: Blue Violet. HEX triplet: 96, 2D and DF. RGB value is (150,45,223). Sum of RGB (Red+Green+Blue) = 150+45+223=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #962DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962DDF is #69D220. Grayscale: #606060. Windows color (decimal): -6935073 or 14626198. OLE color: 14626198.
HSL color Cylindrical-coordinate representation of color #962DDF: hue angle of 275.39º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #962DDF is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 45 | 223 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.13 |
| HSL | 275.39º | 0.74% | 0.53% | - |
| HSV(B) | 275.39º | 0.8% | 0.87% | - |
| XYZ | 26.84 | 13.69 | 71.04 | - |
| YUV | 96.69 | 199.29 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 223 | 0.33 | 0.80 | 0 | 0.13 | 275.39 | 0.74 | 0.53 |
| Hex | 96 | 2D | DF | 21 | 50 | 0 | D | 113 | 4A | 35 |
| Octal | 226 | 55 | 337 | 41 | 120 | 0 | 15 | 423 | 112 | 65 |
| Binary | 10010110 | 101101 | 11011111 | 100001 | 1010000 | 0 | 1101 | 100010011 | 1001010 | 110101 |
Color Harmonies of #962DDF
Complementary color
Monochromatic Colors of #962DDF
Black with #962DDF
Text Example
Text Example
White with #962DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962DDF; }
p { color: rgb(150,45,223); }
H1.HeaderClassName
{
color: #962DDF;
}
.AnyTagClassName
{
color: #962DDF;
}
</style>
background-color css
<style>
a { background-color: #962DDF; }
a { background-color: rgb(150,45,223); }
div.DivClassName
{
background-color: #962DDF;
}
.BgClassName
{
background-color: #962DDF;
}
</style>
border-color css
<style>
span { border-color: #962DDF; }
span { border-color: rgb(150,45,223); }
td.TdClassName
{
border-color: #962DDF;
}
.TagClassName
{
border-color: #962DDF;
}
</style>