Shades of Dark Purple #951B89
Tints of Dark Purple #951B89
RGB
CMYK
RGB Variations
Color information
#951B89 (or 0x951B89) is known color: Dark Purple. HEX triplet: 95, 1B and 89. RGB value is (149,27,137). Sum of RGB (Red+Green+Blue) = 149+27+137=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #951B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951B89 is #6AE476. Grayscale: #4B4B4B. Windows color (decimal): -7005303 or 8985493. OLE color: 8985493.
HSL color Cylindrical-coordinate representation of color #951B89: hue angle of 305.9º 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 #951B89 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 27 | 137 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.42 |
| HSL | 305.9º | 0.69% | 0.35% | - |
| HSV(B) | 305.9º | 0.82% | 0.58% | - |
| XYZ | 17.3 | 8.98 | 24.49 | - |
| YUV | 76.02 | 162.42 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 137 | 0 | 0.82 | 0.08 | 0.42 | 305.9 | 0.69 | 0.35 |
| Hex | 95 | 1B | 89 | 0 | 52 | 8 | 2A | 132 | 45 | 23 |
| Octal | 225 | 33 | 211 | 0 | 122 | 10 | 52 | 462 | 105 | 43 |
| Binary | 10010101 | 11011 | 10001001 | 0 | 1010010 | 1000 | 101010 | 100110010 | 1000101 | 100011 |
Color Harmonies of #951B89
Complementary color
Monochromatic Colors of #951B89
Black with #951B89
Text Example
Text Example
White with #951B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951B89; }
p { color: rgb(149,27,137); }
H1.HeaderClassName
{
color: #951B89;
}
.AnyTagClassName
{
color: #951B89;
}
</style>
background-color css
<style>
a { background-color: #951B89; }
a { background-color: rgb(149,27,137); }
div.DivClassName
{
background-color: #951B89;
}
.BgClassName
{
background-color: #951B89;
}
</style>
border-color css
<style>
span { border-color: #951B89; }
span { border-color: rgb(149,27,137); }
td.TdClassName
{
border-color: #951B89;
}
.TagClassName
{
border-color: #951B89;
}
</style>