Shades of Dark Purple #933274
Tints of Dark Purple #933274
RGB
CMYK
RGB Variations
Color information
#933274 (or 0x933274) is known color: Dark Purple. HEX triplet: 93, 32 and 74. RGB value is (147,50,116). Sum of RGB (Red+Green+Blue) = 147+50+116=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #933274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933274 is #6CCD8B. Grayscale: #565656. Windows color (decimal): -7130508 or 7615123. OLE color: 7615123.
HSL color Cylindrical-coordinate representation of color #933274: hue angle of 319.18º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #933274 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 50 | 116 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.42 |
| HSL | 319.18º | 0.49% | 0.39% | - |
| HSV(B) | 319.18º | 0.66% | 0.58% | - |
| XYZ | 16.33 | 9.75 | 17.54 | - |
| YUV | 86.53 | 144.64 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 50 | 116 | 0 | 0.66 | 0.21 | 0.42 | 319.18 | 0.49 | 0.39 |
| Hex | 93 | 32 | 74 | 0 | 42 | 15 | 2A | 13F | 31 | 27 |
| Octal | 223 | 62 | 164 | 0 | 102 | 25 | 52 | 477 | 61 | 47 |
| Binary | 10010011 | 110010 | 1110100 | 0 | 1000010 | 10101 | 101010 | 100111111 | 110001 | 100111 |
Color Harmonies of #933274
Complementary color
Monochromatic Colors of #933274
Black with #933274
Text Example
Text Example
White with #933274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933274; }
p { color: rgb(147,50,116); }
H1.HeaderClassName
{
color: #933274;
}
.AnyTagClassName
{
color: #933274;
}
</style>
background-color css
<style>
a { background-color: #933274; }
a { background-color: rgb(147,50,116); }
div.DivClassName
{
background-color: #933274;
}
.BgClassName
{
background-color: #933274;
}
</style>
border-color css
<style>
span { border-color: #933274; }
span { border-color: rgb(147,50,116); }
td.TdClassName
{
border-color: #933274;
}
.TagClassName
{
border-color: #933274;
}
</style>