Shades of Dark Purple #9C338A
Tints of Dark Purple #9C338A
RGB
CMYK
RGB Variations
Color information
#9C338A (or 0x9C338A) is known color: Dark Purple. HEX triplet: 9C, 33 and 8A. RGB value is (156,51,138). Sum of RGB (Red+Green+Blue) = 156+51+138=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C338A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C338A is #63CC75. Grayscale: #5C5C5C. Windows color (decimal): -6540406 or 9057180. OLE color: 9057180.
HSL color Cylindrical-coordinate representation of color #9C338A: hue angle of 310.29º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C338A is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 51 | 138 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.39 |
| HSL | 310.29º | 0.51% | 0.41% | - |
| HSV(B) | 310.29º | 0.67% | 0.61% | - |
| XYZ | 19.48 | 11.27 | 25.19 | - |
| YUV | 92.31 | 153.79 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 51 | 138 | 0 | 0.67 | 0.12 | 0.39 | 310.29 | 0.51 | 0.41 |
| Hex | 9C | 33 | 8A | 0 | 43 | C | 27 | 136 | 33 | 29 |
| Octal | 234 | 63 | 212 | 0 | 103 | 14 | 47 | 466 | 63 | 51 |
| Binary | 10011100 | 110011 | 10001010 | 0 | 1000011 | 1100 | 100111 | 100110110 | 110011 | 101001 |
Color Harmonies of #9C338A
Complementary color
Monochromatic Colors of #9C338A
Black with #9C338A
Text Example
Text Example
White with #9C338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C338A; }
p { color: rgb(156,51,138); }
H1.HeaderClassName
{
color: #9C338A;
}
.AnyTagClassName
{
color: #9C338A;
}
</style>
background-color css
<style>
a { background-color: #9C338A; }
a { background-color: rgb(156,51,138); }
div.DivClassName
{
background-color: #9C338A;
}
.BgClassName
{
background-color: #9C338A;
}
</style>
border-color css
<style>
span { border-color: #9C338A; }
span { border-color: rgb(156,51,138); }
td.TdClassName
{
border-color: #9C338A;
}
.TagClassName
{
border-color: #9C338A;
}
</style>