Shades of Dark Violet #950BE8
Tints of Dark Violet #950BE8
RGB
CMYK
RGB Variations
Color information
#950BE8 (or 0x950BE8) is known color: Dark Violet. HEX triplet: 95, 0B and E8. RGB value is (149,11,232). Sum of RGB (Red+Green+Blue) = 149+11+232=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 11 (4.69% from 255 or 2.81% from 392); Blue value is 232 (91.02% from 255 or 59.18% from 392); Max value from RGB is 232 - color contains mainly: blue. Hex color #950BE8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950BE8 is #6AF417. Grayscale: #4C4C4C. Windows color (decimal): -7009304 or 15207317. OLE color: 15207317.
HSL color Cylindrical-coordinate representation of color #950BE8: hue angle of 277.47º degrees, saturation: 0.91, 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 #950BE8 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 11 | 232 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.09 |
| HSL | 277.47º | 0.91% | 0.48% | - |
| HSV(B) | 277.47º | 0.95% | 0.91% | - |
| XYZ | 27.08 | 12.46 | 77.32 | - |
| YUV | 77.46 | 215.22 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 11 | 232 | 0.36 | 0.95 | 0 | 0.09 | 277.47 | 0.91 | 0.48 |
| Hex | 95 | B | E8 | 24 | 5F | 0 | 9 | 115 | 5B | 30 |
| Octal | 225 | 13 | 350 | 44 | 137 | 0 | 11 | 425 | 133 | 60 |
| Binary | 10010101 | 1011 | 11101000 | 100100 | 1011111 | 0 | 1001 | 100010101 | 1011011 | 110000 |
Color Harmonies of #950BE8
Complementary color
Monochromatic Colors of #950BE8
Black with #950BE8
Text Example
Text Example
White with #950BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950BE8; }
p { color: rgb(149,11,232); }
H1.HeaderClassName
{
color: #950BE8;
}
.AnyTagClassName
{
color: #950BE8;
}
</style>
background-color css
<style>
a { background-color: #950BE8; }
a { background-color: rgb(149,11,232); }
div.DivClassName
{
background-color: #950BE8;
}
.BgClassName
{
background-color: #950BE8;
}
</style>
border-color css
<style>
span { border-color: #950BE8; }
span { border-color: rgb(149,11,232); }
td.TdClassName
{
border-color: #950BE8;
}
.TagClassName
{
border-color: #950BE8;
}
</style>