Shades of Dark Purple #992275
Tints of Dark Purple #992275
RGB
CMYK
RGB Variations
Color information
#992275 (or 0x992275) is known color: Dark Purple. HEX triplet: 99, 22 and 75. RGB value is (153,34,117). Sum of RGB (Red+Green+Blue) = 153+34+117=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #992275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992275 is #66DD8A. Grayscale: #4E4E4E. Windows color (decimal): -6741387 or 7676569. OLE color: 7676569.
HSL color Cylindrical-coordinate representation of color #992275: hue angle of 318.15º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992275 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 34 | 117 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.4 |
| HSL | 318.15º | 0.64% | 0.37% | - |
| HSV(B) | 318.15º | 0.78% | 0.6% | - |
| XYZ | 16.92 | 9.2 | 17.71 | - |
| YUV | 79.04 | 149.42 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 34 | 117 | 0 | 0.78 | 0.24 | 0.4 | 318.15 | 0.64 | 0.37 |
| Hex | 99 | 22 | 75 | 0 | 4E | 18 | 28 | 13E | 40 | 25 |
| Octal | 231 | 42 | 165 | 0 | 116 | 30 | 50 | 476 | 100 | 45 |
| Binary | 10011001 | 100010 | 1110101 | 0 | 1001110 | 11000 | 101000 | 100111110 | 1000000 | 100101 |
Color Harmonies of #992275
Complementary color
Monochromatic Colors of #992275
Black with #992275
Text Example
Text Example
White with #992275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992275; }
p { color: rgb(153,34,117); }
H1.HeaderClassName
{
color: #992275;
}
.AnyTagClassName
{
color: #992275;
}
</style>
background-color css
<style>
a { background-color: #992275; }
a { background-color: rgb(153,34,117); }
div.DivClassName
{
background-color: #992275;
}
.BgClassName
{
background-color: #992275;
}
</style>
border-color css
<style>
span { border-color: #992275; }
span { border-color: rgb(153,34,117); }
td.TdClassName
{
border-color: #992275;
}
.TagClassName
{
border-color: #992275;
}
</style>