Shades of Dark Purple #993C82
Tints of Dark Purple #993C82
RGB
CMYK
RGB Variations
Color information
#993C82 (or 0x993C82) is known color: Dark Purple. HEX triplet: 99, 3C and 82. RGB value is (153,60,130). Sum of RGB (Red+Green+Blue) = 153+60+130=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #993C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993C82 is #66C37D. Grayscale: #5F5F5F. Windows color (decimal): -6734718 or 8535193. OLE color: 8535193.
HSL color Cylindrical-coordinate representation of color #993C82: hue angle of 314.84º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #993C82 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 60 | 130 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.4 |
| HSL | 314.84º | 0.44% | 0.42% | - |
| HSV(B) | 314.84º | 0.61% | 0.6% | - |
| XYZ | 18.78 | 11.62 | 22.37 | - |
| YUV | 95.79 | 147.31 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 130 | 0 | 0.61 | 0.15 | 0.4 | 314.84 | 0.44 | 0.42 |
| Hex | 99 | 3C | 82 | 0 | 3D | F | 28 | 13B | 2C | 2A |
| Octal | 231 | 74 | 202 | 0 | 75 | 17 | 50 | 473 | 54 | 52 |
| Binary | 10011001 | 111100 | 10000010 | 0 | 111101 | 1111 | 101000 | 100111011 | 101100 | 101010 |
Color Harmonies of #993C82
Complementary color
Monochromatic Colors of #993C82
Black with #993C82
Text Example
Text Example
White with #993C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993C82; }
p { color: rgb(153,60,130); }
H1.HeaderClassName
{
color: #993C82;
}
.AnyTagClassName
{
color: #993C82;
}
</style>
background-color css
<style>
a { background-color: #993C82; }
a { background-color: rgb(153,60,130); }
div.DivClassName
{
background-color: #993C82;
}
.BgClassName
{
background-color: #993C82;
}
</style>
border-color css
<style>
span { border-color: #993C82; }
span { border-color: rgb(153,60,130); }
td.TdClassName
{
border-color: #993C82;
}
.TagClassName
{
border-color: #993C82;
}
</style>