Shades of Dark Violet #950DF2
Tints of Dark Violet #950DF2
RGB
CMYK
RGB Variations
Color information
#950DF2 (or 0x950DF2) is known color: Dark Violet. HEX triplet: 95, 0D and F2. RGB value is (149,13,242). Sum of RGB (Red+Green+Blue) = 149+13+242=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 13 (5.47% from 255 or 3.22% from 404); Blue value is 242 (94.92% from 255 or 59.90% from 404); Max value from RGB is 242 - color contains mainly: blue. Hex color #950DF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950DF2 is #6AF20D. Grayscale: #4E4E4E. Windows color (decimal): -7008782 or 15863189. OLE color: 15863189.
HSL color Cylindrical-coordinate representation of color #950DF2: hue angle of 275.63º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950DF2 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 13 | 242 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.05 |
| HSL | 275.63º | 0.9% | 0.5% | - |
| HSV(B) | 275.63º | 0.95% | 0.95% | - |
| XYZ | 28.57 | 13.09 | 85.03 | - |
| YUV | 79.77 | 219.56 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 13 | 242 | 0.38 | 0.95 | 0 | 0.05 | 275.63 | 0.9 | 0.5 |
| Hex | 95 | D | F2 | 26 | 5F | 0 | 5 | 114 | 5A | 32 |
| Octal | 225 | 15 | 362 | 46 | 137 | 0 | 5 | 424 | 132 | 62 |
| Binary | 10010101 | 1101 | 11110010 | 100110 | 1011111 | 0 | 101 | 100010100 | 1011010 | 110010 |
Color Harmonies of #950DF2
Complementary color
Monochromatic Colors of #950DF2
Black with #950DF2
Text Example
Text Example
White with #950DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950DF2; }
p { color: rgb(149,13,242); }
H1.HeaderClassName
{
color: #950DF2;
}
.AnyTagClassName
{
color: #950DF2;
}
</style>
background-color css
<style>
a { background-color: #950DF2; }
a { background-color: rgb(149,13,242); }
div.DivClassName
{
background-color: #950DF2;
}
.BgClassName
{
background-color: #950DF2;
}
</style>
border-color css
<style>
span { border-color: #950DF2; }
span { border-color: rgb(149,13,242); }
td.TdClassName
{
border-color: #950DF2;
}
.TagClassName
{
border-color: #950DF2;
}
</style>