Shades of Dark Purple #932F75
Tints of Dark Purple #932F75
RGB
CMYK
RGB Variations
Color information
#932F75 (or 0x932F75) is known color: Dark Purple. HEX triplet: 93, 2F and 75. RGB value is (147,47,117). Sum of RGB (Red+Green+Blue) = 147+47+117=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #932F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932F75 is #6CD08A. Grayscale: #545454. Windows color (decimal): -7131275 or 7679891. OLE color: 7679891.
HSL color Cylindrical-coordinate representation of color #932F75: hue angle of 318º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #932F75 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 47 | 117 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.42 |
| HSL | 318º | 0.52% | 0.38% | - |
| HSV(B) | 318º | 0.68% | 0.58% | - |
| XYZ | 16.26 | 9.52 | 17.81 | - |
| YUV | 84.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 47 | 117 | 0 | 0.68 | 0.20 | 0.42 | 318 | 0.52 | 0.38 |
| Hex | 93 | 2F | 75 | 0 | 44 | 14 | 2A | 13E | 34 | 26 |
| Octal | 223 | 57 | 165 | 0 | 104 | 24 | 52 | 476 | 64 | 46 |
| Binary | 10010011 | 101111 | 1110101 | 0 | 1000100 | 10100 | 101010 | 100111110 | 110100 | 100110 |
Color Harmonies of #932F75
Complementary color
Monochromatic Colors of #932F75
Black with #932F75
Text Example
Text Example
White with #932F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932F75; }
p { color: rgb(147,47,117); }
H1.HeaderClassName
{
color: #932F75;
}
.AnyTagClassName
{
color: #932F75;
}
</style>
background-color css
<style>
a { background-color: #932F75; }
a { background-color: rgb(147,47,117); }
div.DivClassName
{
background-color: #932F75;
}
.BgClassName
{
background-color: #932F75;
}
</style>
border-color css
<style>
span { border-color: #932F75; }
span { border-color: rgb(147,47,117); }
td.TdClassName
{
border-color: #932F75;
}
.TagClassName
{
border-color: #932F75;
}
</style>