Shades of Dark Purple #951385
Tints of Dark Purple #951385
RGB
CMYK
RGB Variations
Color information
#951385 (or 0x951385) is known color: Dark Purple. HEX triplet: 95, 13 and 85. RGB value is (149,19,133). Sum of RGB (Red+Green+Blue) = 149+19+133=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #951385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951385 is #6AEC7A. Grayscale: #464646. Windows color (decimal): -7007355 or 8721301. OLE color: 8721301.
HSL color Cylindrical-coordinate representation of color #951385: hue angle of 307.38º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951385 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 19 | 133 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.42 |
| HSL | 307.38º | 0.77% | 0.33% | - |
| HSV(B) | 307.38º | 0.87% | 0.58% | - |
| XYZ | 16.86 | 8.55 | 22.95 | - |
| YUV | 70.87 | 163.07 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 19 | 133 | 0 | 0.87 | 0.11 | 0.42 | 307.38 | 0.77 | 0.33 |
| Hex | 95 | 13 | 85 | 0 | 57 | B | 2A | 133 | 4D | 21 |
| Octal | 225 | 23 | 205 | 0 | 127 | 13 | 52 | 463 | 115 | 41 |
| Binary | 10010101 | 10011 | 10000101 | 0 | 1010111 | 1011 | 101010 | 100110011 | 1001101 | 100001 |
Color Harmonies of #951385
Complementary color
Monochromatic Colors of #951385
Black with #951385
Text Example
Text Example
White with #951385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951385; }
p { color: rgb(149,19,133); }
H1.HeaderClassName
{
color: #951385;
}
.AnyTagClassName
{
color: #951385;
}
</style>
background-color css
<style>
a { background-color: #951385; }
a { background-color: rgb(149,19,133); }
div.DivClassName
{
background-color: #951385;
}
.BgClassName
{
background-color: #951385;
}
</style>
border-color css
<style>
span { border-color: #951385; }
span { border-color: rgb(149,19,133); }
td.TdClassName
{
border-color: #951385;
}
.TagClassName
{
border-color: #951385;
}
</style>