Shades of Dark Purple #95318B
Tints of Dark Purple #95318B
RGB
CMYK
RGB Variations
Color information
#95318B (or 0x95318B) is known color: Dark Purple. HEX triplet: 95, 31 and 8B. RGB value is (149,49,139). Sum of RGB (Red+Green+Blue) = 149+49+139=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #95318B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95318B is #6ACE74. Grayscale: #585858. Windows color (decimal): -6999669 or 9122197. OLE color: 9122197.
HSL color Cylindrical-coordinate representation of color #95318B: hue angle of 306º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95318B is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 49 | 139 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.42 |
| HSL | 306º | 0.51% | 0.39% | - |
| HSV(B) | 306º | 0.67% | 0.58% | - |
| XYZ | 18.15 | 10.45 | 25.49 | - |
| YUV | 89.16 | 156.13 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 49 | 139 | 0 | 0.67 | 0.07 | 0.42 | 306 | 0.51 | 0.39 |
| Hex | 95 | 31 | 8B | 0 | 43 | 7 | 2A | 132 | 33 | 27 |
| Octal | 225 | 61 | 213 | 0 | 103 | 7 | 52 | 462 | 63 | 47 |
| Binary | 10010101 | 110001 | 10001011 | 0 | 1000011 | 111 | 101010 | 100110010 | 110011 | 100111 |
Color Harmonies of #95318B
Complementary color
Monochromatic Colors of #95318B
Black with #95318B
Text Example
Text Example
White with #95318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95318B; }
p { color: rgb(149,49,139); }
H1.HeaderClassName
{
color: #95318B;
}
.AnyTagClassName
{
color: #95318B;
}
</style>
background-color css
<style>
a { background-color: #95318B; }
a { background-color: rgb(149,49,139); }
div.DivClassName
{
background-color: #95318B;
}
.BgClassName
{
background-color: #95318B;
}
</style>
border-color css
<style>
span { border-color: #95318B; }
span { border-color: rgb(149,49,139); }
td.TdClassName
{
border-color: #95318B;
}
.TagClassName
{
border-color: #95318B;
}
</style>