Shades of Dark Violet #950CF4
Tints of Dark Violet #950CF4
RGB
CMYK
RGB Variations
Color information
#950CF4 (or 0x950CF4) is known color: Dark Violet. HEX triplet: 95, 0C and F4. RGB value is (149,12,244). Sum of RGB (Red+Green+Blue) = 149+12+244=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 244 (95.70% from 255 or 60.25% from 405); Max value from RGB is 244 - color contains mainly: blue. Hex color #950CF4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950CF4 is #6AF30B. Grayscale: #4E4E4E. Windows color (decimal): -7009036 or 15994005. OLE color: 15994005.
HSL color Cylindrical-coordinate representation of color #950CF4: hue angle of 275.43º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950CF4 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 12 | 244 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.04 |
| HSL | 275.43º | 0.91% | 0.5% | - |
| HSV(B) | 275.43º | 0.95% | 0.96% | - |
| XYZ | 28.86 | 13.18 | 86.61 | - |
| YUV | 79.41 | 220.89 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 12 | 244 | 0.39 | 0.95 | 0 | 0.04 | 275.43 | 0.91 | 0.5 |
| Hex | 95 | C | F4 | 27 | 5F | 0 | 4 | 113 | 5B | 32 |
| Octal | 225 | 14 | 364 | 47 | 137 | 0 | 4 | 423 | 133 | 62 |
| Binary | 10010101 | 1100 | 11110100 | 100111 | 1011111 | 0 | 100 | 100010011 | 1011011 | 110010 |
Color Harmonies of #950CF4
Complementary color
Monochromatic Colors of #950CF4
Black with #950CF4
Text Example
Text Example
White with #950CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950CF4; }
p { color: rgb(149,12,244); }
H1.HeaderClassName
{
color: #950CF4;
}
.AnyTagClassName
{
color: #950CF4;
}
</style>
background-color css
<style>
a { background-color: #950CF4; }
a { background-color: rgb(149,12,244); }
div.DivClassName
{
background-color: #950CF4;
}
.BgClassName
{
background-color: #950CF4;
}
</style>
border-color css
<style>
span { border-color: #950CF4; }
span { border-color: rgb(149,12,244); }
td.TdClassName
{
border-color: #950CF4;
}
.TagClassName
{
border-color: #950CF4;
}
</style>