Shades of Dark Violet #950EF2
Tints of Dark Violet #950EF2
RGB
CMYK
RGB Variations
Color information
#950EF2 (or 0x950EF2) is known color: Dark Violet. HEX triplet: 95, 0E and F2. RGB value is (149,14,242). Sum of RGB (Red+Green+Blue) = 149+14+242=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 242 (94.92% from 255 or 59.75% from 405); Max value from RGB is 242 - color contains mainly: blue. Hex color #950EF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950EF2 is #6AF10D. Grayscale: #4F4F4F. Windows color (decimal): -7008526 or 15863445. OLE color: 15863445.
HSL color Cylindrical-coordinate representation of color #950EF2: hue angle of 275.53º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950EF2 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 14 | 242 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.05 |
| HSL | 275.53º | 0.9% | 0.5% | - |
| HSV(B) | 275.53º | 0.94% | 0.95% | - |
| XYZ | 28.58 | 13.11 | 85.03 | - |
| YUV | 80.36 | 219.23 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 14 | 242 | 0.38 | 0.94 | 0 | 0.05 | 275.53 | 0.9 | 0.5 |
| Hex | 95 | E | F2 | 26 | 5E | 0 | 5 | 114 | 5A | 32 |
| Octal | 225 | 16 | 362 | 46 | 136 | 0 | 5 | 424 | 132 | 62 |
| Binary | 10010101 | 1110 | 11110010 | 100110 | 1011110 | 0 | 101 | 100010100 | 1011010 | 110010 |
Color Harmonies of #950EF2
Complementary color
Monochromatic Colors of #950EF2
Black with #950EF2
Text Example
Text Example
White with #950EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950EF2; }
p { color: rgb(149,14,242); }
H1.HeaderClassName
{
color: #950EF2;
}
.AnyTagClassName
{
color: #950EF2;
}
</style>
background-color css
<style>
a { background-color: #950EF2; }
a { background-color: rgb(149,14,242); }
div.DivClassName
{
background-color: #950EF2;
}
.BgClassName
{
background-color: #950EF2;
}
</style>
border-color css
<style>
span { border-color: #950EF2; }
span { border-color: rgb(149,14,242); }
td.TdClassName
{
border-color: #950EF2;
}
.TagClassName
{
border-color: #950EF2;
}
</style>