Shades of Dark Purple #924278
Tints of Dark Purple #924278
RGB
CMYK
RGB Variations
Color information
#924278 (or 0x924278) is known color: Dark Purple. HEX triplet: 92, 42 and 78. RGB value is (146,66,120). Sum of RGB (Red+Green+Blue) = 146+66+120=332 (43% of max value = 765). Red value is 146 (57.42% from 255 or 43.98% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 146 - color contains mainly: red. Hex color #924278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924278 is #6DBD87. Grayscale: #5F5F5F. Windows color (decimal): -7191944 or 7881362. OLE color: 7881362.
HSL color Cylindrical-coordinate representation of color #924278: hue angle of 319.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #924278 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 66 | 120 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.43 |
| HSL | 319.5º | 0.38% | 0.42% | - |
| HSV(B) | 319.5º | 0.55% | 0.57% | - |
| XYZ | 17.19 | 11.36 | 19.06 | - |
| YUV | 96.08 | 141.5 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 66 | 120 | 0 | 0.55 | 0.18 | 0.43 | 319.5 | 0.38 | 0.42 |
| Hex | 92 | 42 | 78 | 0 | 37 | 12 | 2B | 140 | 26 | 2A |
| Octal | 222 | 102 | 170 | 0 | 67 | 22 | 53 | 500 | 46 | 52 |
| Binary | 10010010 | 1000010 | 1111000 | 0 | 110111 | 10010 | 101011 | 101000000 | 100110 | 101010 |
Color Harmonies of #924278
Complementary color
Monochromatic Colors of #924278
Black with #924278
Text Example
Text Example
White with #924278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924278; }
p { color: rgb(146,66,120); }
H1.HeaderClassName
{
color: #924278;
}
.AnyTagClassName
{
color: #924278;
}
</style>
background-color css
<style>
a { background-color: #924278; }
a { background-color: rgb(146,66,120); }
div.DivClassName
{
background-color: #924278;
}
.BgClassName
{
background-color: #924278;
}
</style>
border-color css
<style>
span { border-color: #924278; }
span { border-color: rgb(146,66,120); }
td.TdClassName
{
border-color: #924278;
}
.TagClassName
{
border-color: #924278;
}
</style>