Shades of Dark Purple #952383
Tints of Dark Purple #952383
RGB
CMYK
RGB Variations
Color information
#952383 (or 0x952383) is known color: Dark Purple. HEX triplet: 95, 23 and 83. RGB value is (149,35,131). Sum of RGB (Red+Green+Blue) = 149+35+131=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #952383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952383 is #6ADC7C. Grayscale: #4F4F4F. Windows color (decimal): -7003261 or 8594325. OLE color: 8594325.
HSL color Cylindrical-coordinate representation of color #952383: hue angle of 309.47º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952383 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 35 | 131 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.42 |
| HSL | 309.47º | 0.62% | 0.36% | - |
| HSV(B) | 309.47º | 0.77% | 0.58% | - |
| XYZ | 17.09 | 9.23 | 22.35 | - |
| YUV | 80.03 | 156.77 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 35 | 131 | 0 | 0.77 | 0.12 | 0.42 | 309.47 | 0.62 | 0.36 |
| Hex | 95 | 23 | 83 | 0 | 4D | C | 2A | 135 | 3E | 24 |
| Octal | 225 | 43 | 203 | 0 | 115 | 14 | 52 | 465 | 76 | 44 |
| Binary | 10010101 | 100011 | 10000011 | 0 | 1001101 | 1100 | 101010 | 100110101 | 111110 | 100100 |
Color Harmonies of #952383
Complementary color
Monochromatic Colors of #952383
Black with #952383
Text Example
Text Example
White with #952383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952383; }
p { color: rgb(149,35,131); }
H1.HeaderClassName
{
color: #952383;
}
.AnyTagClassName
{
color: #952383;
}
</style>
background-color css
<style>
a { background-color: #952383; }
a { background-color: rgb(149,35,131); }
div.DivClassName
{
background-color: #952383;
}
.BgClassName
{
background-color: #952383;
}
</style>
border-color css
<style>
span { border-color: #952383; }
span { border-color: rgb(149,35,131); }
td.TdClassName
{
border-color: #952383;
}
.TagClassName
{
border-color: #952383;
}
</style>