Shades of Dark Magenta #951BA4
Tints of Dark Magenta #951BA4
RGB
CMYK
RGB Variations
Color information
#951BA4 (or 0x951BA4) is known color: Dark Magenta. HEX triplet: 95, 1B and A4. RGB value is (149,27,164). Sum of RGB (Red+Green+Blue) = 149+27+164=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 27 (10.94% from 255 or 7.94% from 340); Blue value is 164 (64.45% from 255 or 48.24% from 340); Max value from RGB is 164 - color contains mainly: blue. Hex color #951BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951BA4 is #6AE45B. Grayscale: #4E4E4E. Windows color (decimal): -7005276 or 10754965. OLE color: 10754965.
HSL color Cylindrical-coordinate representation of color #951BA4: hue angle of 293.43º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951BA4 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 27 | 164 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.36 |
| HSL | 293.43º | 0.72% | 0.37% | - |
| HSV(B) | 293.43º | 0.84% | 0.64% | - |
| XYZ | 19.49 | 9.85 | 36 | - |
| YUV | 79.1 | 175.92 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 164 | 0.09 | 0.84 | 0 | 0.36 | 293.43 | 0.72 | 0.37 |
| Hex | 95 | 1B | A4 | 9 | 54 | 0 | 24 | 125 | 48 | 25 |
| Octal | 225 | 33 | 244 | 11 | 124 | 0 | 44 | 445 | 110 | 45 |
| Binary | 10010101 | 11011 | 10100100 | 1001 | 1010100 | 0 | 100100 | 100100101 | 1001000 | 100101 |
Color Harmonies of #951BA4
Complementary color
Monochromatic Colors of #951BA4
Black with #951BA4
Text Example
Text Example
White with #951BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951BA4; }
p { color: rgb(149,27,164); }
H1.HeaderClassName
{
color: #951BA4;
}
.AnyTagClassName
{
color: #951BA4;
}
</style>
background-color css
<style>
a { background-color: #951BA4; }
a { background-color: rgb(149,27,164); }
div.DivClassName
{
background-color: #951BA4;
}
.BgClassName
{
background-color: #951BA4;
}
</style>
border-color css
<style>
span { border-color: #951BA4; }
span { border-color: rgb(149,27,164); }
td.TdClassName
{
border-color: #951BA4;
}
.TagClassName
{
border-color: #951BA4;
}
</style>