Shades of Dark Purple #932F7E
Tints of Dark Purple #932F7E
RGB
CMYK
RGB Variations
Color information
#932F7E (or 0x932F7E) is known color: Dark Purple. HEX triplet: 93, 2F and 7E. RGB value is (147,47,126). Sum of RGB (Red+Green+Blue) = 147+47+126=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #932F7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932F7E is #6CD081. Grayscale: #555555. Windows color (decimal): -7131266 or 8269715. OLE color: 8269715.
HSL color Cylindrical-coordinate representation of color #932F7E: hue angle of 312.6º 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 #932F7E is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 47 | 126 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.42 |
| HSL | 312.6º | 0.52% | 0.38% | - |
| HSV(B) | 312.6º | 0.68% | 0.58% | - |
| XYZ | 16.82 | 9.74 | 20.73 | - |
| YUV | 85.91 | 150.63 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 47 | 126 | 0 | 0.68 | 0.14 | 0.42 | 312.6 | 0.52 | 0.38 |
| Hex | 93 | 2F | 7E | 0 | 44 | E | 2A | 139 | 34 | 26 |
| Octal | 223 | 57 | 176 | 0 | 104 | 16 | 52 | 471 | 64 | 46 |
| Binary | 10010011 | 101111 | 1111110 | 0 | 1000100 | 1110 | 101010 | 100111001 | 110100 | 100110 |
Color Harmonies of #932F7E
Complementary color
Monochromatic Colors of #932F7E
Black with #932F7E
Text Example
Text Example
White with #932F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932F7E; }
p { color: rgb(147,47,126); }
H1.HeaderClassName
{
color: #932F7E;
}
.AnyTagClassName
{
color: #932F7E;
}
</style>
background-color css
<style>
a { background-color: #932F7E; }
a { background-color: rgb(147,47,126); }
div.DivClassName
{
background-color: #932F7E;
}
.BgClassName
{
background-color: #932F7E;
}
</style>
border-color css
<style>
span { border-color: #932F7E; }
span { border-color: rgb(147,47,126); }
td.TdClassName
{
border-color: #932F7E;
}
.TagClassName
{
border-color: #932F7E;
}
</style>