Shades of Dark Purple #932269
Tints of Dark Purple #932269
RGB
CMYK
RGB Variations
Color information
#932269 (or 0x932269) is known color: Dark Purple. HEX triplet: 93, 22 and 69. RGB value is (147,34,105). Sum of RGB (Red+Green+Blue) = 147+34+105=286 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.40% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 147 - color contains mainly: red. Hex color #932269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932269 is #6CDD96. Grayscale: #4B4B4B. Windows color (decimal): -7134615 or 6890131. OLE color: 6890131.
HSL color Cylindrical-coordinate representation of color #932269: hue angle of 322.3º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #932269 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 34 | 105 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.42 |
| HSL | 322.3º | 0.62% | 0.35% | - |
| HSV(B) | 322.3º | 0.77% | 0.58% | - |
| XYZ | 15.15 | 8.37 | 14.18 | - |
| YUV | 75.88 | 144.44 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 34 | 105 | 0 | 0.77 | 0.29 | 0.42 | 322.3 | 0.62 | 0.35 |
| Hex | 93 | 22 | 69 | 0 | 4D | 1D | 2A | 142 | 3E | 23 |
| Octal | 223 | 42 | 151 | 0 | 115 | 35 | 52 | 502 | 76 | 43 |
| Binary | 10010011 | 100010 | 1101001 | 0 | 1001101 | 11101 | 101010 | 101000010 | 111110 | 100011 |
Color Harmonies of #932269
Complementary color
Monochromatic Colors of #932269
Black with #932269
Text Example
Text Example
White with #932269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932269; }
p { color: rgb(147,34,105); }
H1.HeaderClassName
{
color: #932269;
}
.AnyTagClassName
{
color: #932269;
}
</style>
background-color css
<style>
a { background-color: #932269; }
a { background-color: rgb(147,34,105); }
div.DivClassName
{
background-color: #932269;
}
.BgClassName
{
background-color: #932269;
}
</style>
border-color css
<style>
span { border-color: #932269; }
span { border-color: rgb(147,34,105); }
td.TdClassName
{
border-color: #932269;
}
.TagClassName
{
border-color: #932269;
}
</style>