Shades of Dark Violet #950FDB
Tints of Dark Violet #950FDB
RGB
CMYK
RGB Variations
Color information
#950FDB (or 0x950FDB) is known color: Dark Violet. HEX triplet: 95, 0F and DB. RGB value is (149,15,219). Sum of RGB (Red+Green+Blue) = 149+15+219=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #950FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950FDB is #6AF024. Grayscale: #4D4D4D. Windows color (decimal): -7008293 or 14356373. OLE color: 14356373.
HSL color Cylindrical-coordinate representation of color #950FDB: hue angle of 279.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950FDB is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 15 | 219 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.14 |
| HSL | 279.41º | 0.87% | 0.46% | - |
| HSV(B) | 279.41º | 0.93% | 0.86% | - |
| XYZ | 25.35 | 11.85 | 67.97 | - |
| YUV | 78.32 | 207.39 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 15 | 219 | 0.32 | 0.93 | 0 | 0.14 | 279.41 | 0.87 | 0.46 |
| Hex | 95 | F | DB | 20 | 5D | 0 | E | 117 | 57 | 2E |
| Octal | 225 | 17 | 333 | 40 | 135 | 0 | 16 | 427 | 127 | 56 |
| Binary | 10010101 | 1111 | 11011011 | 100000 | 1011101 | 0 | 1110 | 100010111 | 1010111 | 101110 |
Color Harmonies of #950FDB
Complementary color
Monochromatic Colors of #950FDB
Black with #950FDB
Text Example
Text Example
White with #950FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950FDB; }
p { color: rgb(149,15,219); }
H1.HeaderClassName
{
color: #950FDB;
}
.AnyTagClassName
{
color: #950FDB;
}
</style>
background-color css
<style>
a { background-color: #950FDB; }
a { background-color: rgb(149,15,219); }
div.DivClassName
{
background-color: #950FDB;
}
.BgClassName
{
background-color: #950FDB;
}
</style>
border-color css
<style>
span { border-color: #950FDB; }
span { border-color: rgb(149,15,219); }
td.TdClassName
{
border-color: #950FDB;
}
.TagClassName
{
border-color: #950FDB;
}
</style>