Shades of Dark Purple #951B6A
Tints of Dark Purple #951B6A
RGB
CMYK
RGB Variations
Color information
#951B6A (or 0x951B6A) is known color: Dark Purple. HEX triplet: 95, 1B and 6A. RGB value is (149,27,106). Sum of RGB (Red+Green+Blue) = 149+27+106=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #951B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951B6A is #6AE495. Grayscale: #484848. Windows color (decimal): -7005334 or 6953877. OLE color: 6953877.
HSL color Cylindrical-coordinate representation of color #951B6A: hue angle of 321.15º 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 #951B6A is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 27 | 106 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.42 |
| HSL | 321.15º | 0.69% | 0.35% | - |
| HSV(B) | 321.15º | 0.82% | 0.58% | - |
| XYZ | 15.39 | 8.21 | 14.41 | - |
| YUV | 72.48 | 146.92 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 106 | 0 | 0.82 | 0.29 | 0.42 | 321.15 | 0.69 | 0.35 |
| Hex | 95 | 1B | 6A | 0 | 52 | 1D | 2A | 141 | 45 | 23 |
| Octal | 225 | 33 | 152 | 0 | 122 | 35 | 52 | 501 | 105 | 43 |
| Binary | 10010101 | 11011 | 1101010 | 0 | 1010010 | 11101 | 101010 | 101000001 | 1000101 | 100011 |
Color Harmonies of #951B6A
Complementary color
Monochromatic Colors of #951B6A
Black with #951B6A
Text Example
Text Example
White with #951B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951B6A; }
p { color: rgb(149,27,106); }
H1.HeaderClassName
{
color: #951B6A;
}
.AnyTagClassName
{
color: #951B6A;
}
</style>
background-color css
<style>
a { background-color: #951B6A; }
a { background-color: rgb(149,27,106); }
div.DivClassName
{
background-color: #951B6A;
}
.BgClassName
{
background-color: #951B6A;
}
</style>
border-color css
<style>
span { border-color: #951B6A; }
span { border-color: rgb(149,27,106); }
td.TdClassName
{
border-color: #951B6A;
}
.TagClassName
{
border-color: #951B6A;
}
</style>