Shades of Dark Purple #951B6E
Tints of Dark Purple #951B6E
RGB
CMYK
RGB Variations
Color information
#951B6E (or 0x951B6E) is known color: Dark Purple. HEX triplet: 95, 1B and 6E. RGB value is (149,27,110). Sum of RGB (Red+Green+Blue) = 149+27+110=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #951B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951B6E is #6AE491. Grayscale: #484848. Windows color (decimal): -7005330 or 7216021. OLE color: 7216021.
HSL color Cylindrical-coordinate representation of color #951B6E: hue angle of 319.18º 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 #951B6E is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 27 | 110 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.42 |
| HSL | 319.18º | 0.69% | 0.35% | - |
| HSV(B) | 319.18º | 0.82% | 0.58% | - |
| XYZ | 15.6 | 8.3 | 15.53 | - |
| YUV | 72.94 | 148.92 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 110 | 0 | 0.82 | 0.26 | 0.42 | 319.18 | 0.69 | 0.35 |
| Hex | 95 | 1B | 6E | 0 | 52 | 1A | 2A | 13F | 45 | 23 |
| Octal | 225 | 33 | 156 | 0 | 122 | 32 | 52 | 477 | 105 | 43 |
| Binary | 10010101 | 11011 | 1101110 | 0 | 1010010 | 11010 | 101010 | 100111111 | 1000101 | 100011 |
Color Harmonies of #951B6E
Complementary color
Monochromatic Colors of #951B6E
Black with #951B6E
Text Example
Text Example
White with #951B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951B6E; }
p { color: rgb(149,27,110); }
H1.HeaderClassName
{
color: #951B6E;
}
.AnyTagClassName
{
color: #951B6E;
}
</style>
background-color css
<style>
a { background-color: #951B6E; }
a { background-color: rgb(149,27,110); }
div.DivClassName
{
background-color: #951B6E;
}
.BgClassName
{
background-color: #951B6E;
}
</style>
border-color css
<style>
span { border-color: #951B6E; }
span { border-color: rgb(149,27,110); }
td.TdClassName
{
border-color: #951B6E;
}
.TagClassName
{
border-color: #951B6E;
}
</style>