Shades of Dark Purple #992378
Tints of Dark Purple #992378
RGB
CMYK
RGB Variations
Color information
#992378 (or 0x992378) is known color: Dark Purple. HEX triplet: 99, 23 and 78. RGB value is (153,35,120). Sum of RGB (Red+Green+Blue) = 153+35+120=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #992378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992378 is #66DC87. Grayscale: #4F4F4F. Windows color (decimal): -6741128 or 7873433. OLE color: 7873433.
HSL color Cylindrical-coordinate representation of color #992378: hue angle of 316.78º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #992378 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 35 | 120 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.4 |
| HSL | 316.78º | 0.63% | 0.37% | - |
| HSV(B) | 316.78º | 0.77% | 0.6% | - |
| XYZ | 17.13 | 9.33 | 18.67 | - |
| YUV | 79.97 | 150.59 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 35 | 120 | 0 | 0.77 | 0.22 | 0.4 | 316.78 | 0.63 | 0.37 |
| Hex | 99 | 23 | 78 | 0 | 4D | 16 | 28 | 13D | 3F | 25 |
| Octal | 231 | 43 | 170 | 0 | 115 | 26 | 50 | 475 | 77 | 45 |
| Binary | 10011001 | 100011 | 1111000 | 0 | 1001101 | 10110 | 101000 | 100111101 | 111111 | 100101 |
Color Harmonies of #992378
Complementary color
Monochromatic Colors of #992378
Black with #992378
Text Example
Text Example
White with #992378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992378; }
p { color: rgb(153,35,120); }
H1.HeaderClassName
{
color: #992378;
}
.AnyTagClassName
{
color: #992378;
}
</style>
background-color css
<style>
a { background-color: #992378; }
a { background-color: rgb(153,35,120); }
div.DivClassName
{
background-color: #992378;
}
.BgClassName
{
background-color: #992378;
}
</style>
border-color css
<style>
span { border-color: #992378; }
span { border-color: rgb(153,35,120); }
td.TdClassName
{
border-color: #992378;
}
.TagClassName
{
border-color: #992378;
}
</style>