Shades of Dark Purple #95207B
Tints of Dark Purple #95207B
RGB
CMYK
RGB Variations
Color information
#95207B (or 0x95207B) is known color: Dark Purple. HEX triplet: 95, 20 and 7B. RGB value is (149,32,123). Sum of RGB (Red+Green+Blue) = 149+32+123=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #95207B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95207B is #6ADF84. Grayscale: #4D4D4D. Windows color (decimal): -7004037 or 8069269. OLE color: 8069269.
HSL color Cylindrical-coordinate representation of color #95207B: hue angle of 313.33º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #95207B is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 32 | 123 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.42 |
| HSL | 313.33º | 0.65% | 0.35% | - |
| HSV(B) | 313.33º | 0.79% | 0.58% | - |
| XYZ | 16.49 | 8.85 | 19.58 | - |
| YUV | 77.36 | 153.76 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 123 | 0 | 0.79 | 0.17 | 0.42 | 313.33 | 0.65 | 0.35 |
| Hex | 95 | 20 | 7B | 0 | 4F | 11 | 2A | 139 | 41 | 23 |
| Octal | 225 | 40 | 173 | 0 | 117 | 21 | 52 | 471 | 101 | 43 |
| Binary | 10010101 | 100000 | 1111011 | 0 | 1001111 | 10001 | 101010 | 100111001 | 1000001 | 100011 |
Color Harmonies of #95207B
Complementary color
Monochromatic Colors of #95207B
Black with #95207B
Text Example
Text Example
White with #95207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95207B; }
p { color: rgb(149,32,123); }
H1.HeaderClassName
{
color: #95207B;
}
.AnyTagClassName
{
color: #95207B;
}
</style>
background-color css
<style>
a { background-color: #95207B; }
a { background-color: rgb(149,32,123); }
div.DivClassName
{
background-color: #95207B;
}
.BgClassName
{
background-color: #95207B;
}
</style>
border-color css
<style>
span { border-color: #95207B; }
span { border-color: rgb(149,32,123); }
td.TdClassName
{
border-color: #95207B;
}
.TagClassName
{
border-color: #95207B;
}
</style>