Shades of Dark Purple #952A90
Tints of Dark Purple #952A90
RGB
CMYK
RGB Variations
Color information
#952A90 (or 0x952A90) is known color: Dark Purple. HEX triplet: 95, 2A and 90. RGB value is (149,42,144). Sum of RGB (Red+Green+Blue) = 149+42+144=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #952A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952A90 is #6AD56F. Grayscale: #555555. Windows color (decimal): -7001456 or 9448085. OLE color: 9448085.
HSL color Cylindrical-coordinate representation of color #952A90: hue angle of 302.8º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952A90 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 42 | 144 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.42 |
| HSL | 302.8º | 0.56% | 0.37% | - |
| HSV(B) | 302.8º | 0.72% | 0.58% | - |
| XYZ | 18.26 | 10.06 | 27.36 | - |
| YUV | 85.62 | 160.95 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 144 | 0 | 0.72 | 0.03 | 0.42 | 302.8 | 0.56 | 0.37 |
| Hex | 95 | 2A | 90 | 0 | 48 | 3 | 2A | 12F | 38 | 25 |
| Octal | 225 | 52 | 220 | 0 | 110 | 3 | 52 | 457 | 70 | 45 |
| Binary | 10010101 | 101010 | 10010000 | 0 | 1001000 | 11 | 101010 | 100101111 | 111000 | 100101 |
Color Harmonies of #952A90
Complementary color
Monochromatic Colors of #952A90
Black with #952A90
Text Example
Text Example
White with #952A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952A90; }
p { color: rgb(149,42,144); }
H1.HeaderClassName
{
color: #952A90;
}
.AnyTagClassName
{
color: #952A90;
}
</style>
background-color css
<style>
a { background-color: #952A90; }
a { background-color: rgb(149,42,144); }
div.DivClassName
{
background-color: #952A90;
}
.BgClassName
{
background-color: #952A90;
}
</style>
border-color css
<style>
span { border-color: #952A90; }
span { border-color: rgb(149,42,144); }
td.TdClassName
{
border-color: #952A90;
}
.TagClassName
{
border-color: #952A90;
}
</style>