Shades of Dark Purple #992683
Tints of Dark Purple #992683
RGB
CMYK
RGB Variations
Color information
#992683 (or 0x992683) is known color: Dark Purple. HEX triplet: 99, 26 and 83. RGB value is (153,38,131). Sum of RGB (Red+Green+Blue) = 153+38+131=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #992683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992683 is #66D97C. Grayscale: #525252. Windows color (decimal): -6740349 or 8595097. OLE color: 8595097.
HSL color Cylindrical-coordinate representation of color #992683: hue angle of 311.48º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992683 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 38 | 131 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.4 |
| HSL | 311.48º | 0.6% | 0.37% | - |
| HSV(B) | 311.48º | 0.75% | 0.6% | - |
| XYZ | 17.93 | 9.8 | 22.42 | - |
| YUV | 82.99 | 155.1 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 38 | 131 | 0 | 0.75 | 0.14 | 0.4 | 311.48 | 0.6 | 0.37 |
| Hex | 99 | 26 | 83 | 0 | 4B | E | 28 | 137 | 3C | 25 |
| Octal | 231 | 46 | 203 | 0 | 113 | 16 | 50 | 467 | 74 | 45 |
| Binary | 10011001 | 100110 | 10000011 | 0 | 1001011 | 1110 | 101000 | 100110111 | 111100 | 100101 |
Color Harmonies of #992683
Complementary color
Monochromatic Colors of #992683
Black with #992683
Text Example
Text Example
White with #992683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992683; }
p { color: rgb(153,38,131); }
H1.HeaderClassName
{
color: #992683;
}
.AnyTagClassName
{
color: #992683;
}
</style>
background-color css
<style>
a { background-color: #992683; }
a { background-color: rgb(153,38,131); }
div.DivClassName
{
background-color: #992683;
}
.BgClassName
{
background-color: #992683;
}
</style>
border-color css
<style>
span { border-color: #992683; }
span { border-color: rgb(153,38,131); }
td.TdClassName
{
border-color: #992683;
}
.TagClassName
{
border-color: #992683;
}
</style>