Shades of Dark Purple #951B90
Tints of Dark Purple #951B90
RGB
CMYK
RGB Variations
Color information
#951B90 (or 0x951B90) is known color: Dark Purple. HEX triplet: 95, 1B and 90. RGB value is (149,27,144). Sum of RGB (Red+Green+Blue) = 149+27+144=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #951B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951B90 is #6AE46F. Grayscale: #4C4C4C. Windows color (decimal): -7005296 or 9444245. OLE color: 9444245.
HSL color Cylindrical-coordinate representation of color #951B90: hue angle of 302.46º 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 #951B90 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 27 | 144 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.42 |
| HSL | 302.46º | 0.69% | 0.35% | - |
| HSV(B) | 302.46º | 0.82% | 0.58% | - |
| XYZ | 17.82 | 9.19 | 27.22 | - |
| YUV | 76.82 | 165.92 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 144 | 0 | 0.82 | 0.03 | 0.42 | 302.46 | 0.69 | 0.35 |
| Hex | 95 | 1B | 90 | 0 | 52 | 3 | 2A | 12E | 45 | 23 |
| Octal | 225 | 33 | 220 | 0 | 122 | 3 | 52 | 456 | 105 | 43 |
| Binary | 10010101 | 11011 | 10010000 | 0 | 1010010 | 11 | 101010 | 100101110 | 1000101 | 100011 |
Color Harmonies of #951B90
Complementary color
Monochromatic Colors of #951B90
Black with #951B90
Text Example
Text Example
White with #951B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951B90; }
p { color: rgb(149,27,144); }
H1.HeaderClassName
{
color: #951B90;
}
.AnyTagClassName
{
color: #951B90;
}
</style>
background-color css
<style>
a { background-color: #951B90; }
a { background-color: rgb(149,27,144); }
div.DivClassName
{
background-color: #951B90;
}
.BgClassName
{
background-color: #951B90;
}
</style>
border-color css
<style>
span { border-color: #951B90; }
span { border-color: rgb(149,27,144); }
td.TdClassName
{
border-color: #951B90;
}
.TagClassName
{
border-color: #951B90;
}
</style>