Shades of Dark Violet #950CE8
Tints of Dark Violet #950CE8
RGB
CMYK
RGB Variations
Color information
#950CE8 (or 0x950CE8) is known color: Dark Violet. HEX triplet: 95, 0C and E8. RGB value is (149,12,232). Sum of RGB (Red+Green+Blue) = 149+12+232=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 232 (91.02% from 255 or 59.03% from 393); Max value from RGB is 232 - color contains mainly: blue. Hex color #950CE8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950CE8 is #6AF317. Grayscale: #4D4D4D. Windows color (decimal): -7009048 or 15207573. OLE color: 15207573.
HSL color Cylindrical-coordinate representation of color #950CE8: hue angle of 277.36º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950CE8 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 12 | 232 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.09 |
| HSL | 277.36º | 0.9% | 0.48% | - |
| HSV(B) | 277.36º | 0.95% | 0.91% | - |
| XYZ | 27.09 | 12.48 | 77.32 | - |
| YUV | 78.04 | 214.89 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 12 | 232 | 0.36 | 0.95 | 0 | 0.09 | 277.36 | 0.9 | 0.48 |
| Hex | 95 | C | E8 | 24 | 5F | 0 | 9 | 115 | 5A | 30 |
| Octal | 225 | 14 | 350 | 44 | 137 | 0 | 11 | 425 | 132 | 60 |
| Binary | 10010101 | 1100 | 11101000 | 100100 | 1011111 | 0 | 1001 | 100010101 | 1011010 | 110000 |
Color Harmonies of #950CE8
Complementary color
Monochromatic Colors of #950CE8
Black with #950CE8
Text Example
Text Example
White with #950CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950CE8; }
p { color: rgb(149,12,232); }
H1.HeaderClassName
{
color: #950CE8;
}
.AnyTagClassName
{
color: #950CE8;
}
</style>
background-color css
<style>
a { background-color: #950CE8; }
a { background-color: rgb(149,12,232); }
div.DivClassName
{
background-color: #950CE8;
}
.BgClassName
{
background-color: #950CE8;
}
</style>
border-color css
<style>
span { border-color: #950CE8; }
span { border-color: rgb(149,12,232); }
td.TdClassName
{
border-color: #950CE8;
}
.TagClassName
{
border-color: #950CE8;
}
</style>