Shades of Dark Purple #9C338B
Tints of Dark Purple #9C338B
RGB
CMYK
RGB Variations
Color information
#9C338B (or 0x9C338B) is known color: Dark Purple. HEX triplet: 9C, 33 and 8B. RGB value is (156,51,139). Sum of RGB (Red+Green+Blue) = 156+51+139=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C338B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C338B is #63CC74. Grayscale: #5C5C5C. Windows color (decimal): -6540405 or 9122716. OLE color: 9122716.
HSL color Cylindrical-coordinate representation of color #9C338B: hue angle of 309.71º 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 #9C338B is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 51 | 139 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.39 |
| HSL | 309.71º | 0.51% | 0.41% | - |
| HSV(B) | 309.71º | 0.67% | 0.61% | - |
| XYZ | 19.55 | 11.3 | 25.58 | - |
| YUV | 92.43 | 154.29 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 51 | 139 | 0 | 0.67 | 0.11 | 0.39 | 309.71 | 0.51 | 0.41 |
| Hex | 9C | 33 | 8B | 0 | 43 | B | 27 | 136 | 33 | 29 |
| Octal | 234 | 63 | 213 | 0 | 103 | 13 | 47 | 466 | 63 | 51 |
| Binary | 10011100 | 110011 | 10001011 | 0 | 1000011 | 1011 | 100111 | 100110110 | 110011 | 101001 |
Color Harmonies of #9C338B
Complementary color
Monochromatic Colors of #9C338B
Black with #9C338B
Text Example
Text Example
White with #9C338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C338B; }
p { color: rgb(156,51,139); }
H1.HeaderClassName
{
color: #9C338B;
}
.AnyTagClassName
{
color: #9C338B;
}
</style>
background-color css
<style>
a { background-color: #9C338B; }
a { background-color: rgb(156,51,139); }
div.DivClassName
{
background-color: #9C338B;
}
.BgClassName
{
background-color: #9C338B;
}
</style>
border-color css
<style>
span { border-color: #9C338B; }
span { border-color: rgb(156,51,139); }
td.TdClassName
{
border-color: #9C338B;
}
.TagClassName
{
border-color: #9C338B;
}
</style>