Shades of Dark Purple #951B76
Tints of Dark Purple #951B76
RGB
CMYK
RGB Variations
Color information
#951B76 (or 0x951B76) is known color: Dark Purple. HEX triplet: 95, 1B and 76. RGB value is (149,27,118). Sum of RGB (Red+Green+Blue) = 149+27+118=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 27 (10.94% from 255 or 9.18% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #951B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951B76 is #6AE489. Grayscale: #494949. Windows color (decimal): -7005322 or 7740309. OLE color: 7740309.
HSL color Cylindrical-coordinate representation of color #951B76: hue angle of 315.25º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #951B76 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 27 | 118 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.42 |
| HSL | 315.25º | 0.69% | 0.35% | - |
| HSV(B) | 315.25º | 0.82% | 0.58% | - |
| XYZ | 16.06 | 8.48 | 17.93 | - |
| YUV | 73.85 | 152.92 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 118 | 0 | 0.82 | 0.21 | 0.42 | 315.25 | 0.69 | 0.35 |
| Hex | 95 | 1B | 76 | 0 | 52 | 15 | 2A | 13B | 45 | 23 |
| Octal | 225 | 33 | 166 | 0 | 122 | 25 | 52 | 473 | 105 | 43 |
| Binary | 10010101 | 11011 | 1110110 | 0 | 1010010 | 10101 | 101010 | 100111011 | 1000101 | 100011 |
Color Harmonies of #951B76
Complementary color
Monochromatic Colors of #951B76
Black with #951B76
Text Example
Text Example
White with #951B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951B76; }
p { color: rgb(149,27,118); }
H1.HeaderClassName
{
color: #951B76;
}
.AnyTagClassName
{
color: #951B76;
}
</style>
background-color css
<style>
a { background-color: #951B76; }
a { background-color: rgb(149,27,118); }
div.DivClassName
{
background-color: #951B76;
}
.BgClassName
{
background-color: #951B76;
}
</style>
border-color css
<style>
span { border-color: #951B76; }
span { border-color: rgb(149,27,118); }
td.TdClassName
{
border-color: #951B76;
}
.TagClassName
{
border-color: #951B76;
}
</style>