Shades of Dark Violet #950FB1
Tints of Dark Violet #950FB1
RGB
CMYK
RGB Variations
Color information
#950FB1 (or 0x950FB1) is known color: Dark Violet. HEX triplet: 95, 0F and B1. RGB value is (149,15,177). Sum of RGB (Red+Green+Blue) = 149+15+177=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 177 (69.53% from 255 or 51.91% from 341); Max value from RGB is 177 - color contains mainly: blue. Hex color #950FB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950FB1 is #6AF04E. Grayscale: #494949. Windows color (decimal): -7008335 or 11603861. OLE color: 11603861.
HSL color Cylindrical-coordinate representation of color #950FB1: hue angle of 289.63º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #950FB1 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 15 | 177 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.31 |
| HSL | 289.63º | 0.84% | 0.38% | - |
| HSV(B) | 289.63º | 0.92% | 0.69% | - |
| XYZ | 20.5 | 9.91 | 42.43 | - |
| YUV | 73.53 | 186.39 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 15 | 177 | 0.16 | 0.92 | 0 | 0.31 | 289.63 | 0.84 | 0.38 |
| Hex | 95 | F | B1 | 10 | 5C | 0 | 1F | 122 | 54 | 26 |
| Octal | 225 | 17 | 261 | 20 | 134 | 0 | 37 | 442 | 124 | 46 |
| Binary | 10010101 | 1111 | 10110001 | 10000 | 1011100 | 0 | 11111 | 100100010 | 1010100 | 100110 |
Color Harmonies of #950FB1
Complementary color
Monochromatic Colors of #950FB1
Black with #950FB1
Text Example
Text Example
White with #950FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950FB1; }
p { color: rgb(149,15,177); }
H1.HeaderClassName
{
color: #950FB1;
}
.AnyTagClassName
{
color: #950FB1;
}
</style>
background-color css
<style>
a { background-color: #950FB1; }
a { background-color: rgb(149,15,177); }
div.DivClassName
{
background-color: #950FB1;
}
.BgClassName
{
background-color: #950FB1;
}
</style>
border-color css
<style>
span { border-color: #950FB1; }
span { border-color: rgb(149,15,177); }
td.TdClassName
{
border-color: #950FB1;
}
.TagClassName
{
border-color: #950FB1;
}
</style>