Shades of Dark Purple #9C268B
Tints of Dark Purple #9C268B
RGB
CMYK
RGB Variations
Color information
#9C268B (or 0x9C268B) is known color: Dark Purple. HEX triplet: 9C, 26 and 8B. RGB value is (156,38,139). Sum of RGB (Red+Green+Blue) = 156+38+139=333 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.85% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 156 - color contains mainly: red. Hex color #9C268B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C268B is #63D974. Grayscale: #545454. Windows color (decimal): -6543733 or 9119388. OLE color: 9119388.
HSL color Cylindrical-coordinate representation of color #9C268B: hue angle of 308.64º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C268B is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 38 | 139 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.39 |
| HSL | 308.64º | 0.61% | 0.38% | - |
| HSV(B) | 308.64º | 0.76% | 0.61% | - |
| XYZ | 19.06 | 10.32 | 25.41 | - |
| YUV | 84.8 | 158.59 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 38 | 139 | 0 | 0.76 | 0.11 | 0.39 | 308.64 | 0.61 | 0.38 |
| Hex | 9C | 26 | 8B | 0 | 4C | B | 27 | 135 | 3D | 26 |
| Octal | 234 | 46 | 213 | 0 | 114 | 13 | 47 | 465 | 75 | 46 |
| Binary | 10011100 | 100110 | 10001011 | 0 | 1001100 | 1011 | 100111 | 100110101 | 111101 | 100110 |
Color Harmonies of #9C268B
Complementary color
Monochromatic Colors of #9C268B
Black with #9C268B
Text Example
Text Example
White with #9C268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C268B; }
p { color: rgb(156,38,139); }
H1.HeaderClassName
{
color: #9C268B;
}
.AnyTagClassName
{
color: #9C268B;
}
</style>
background-color css
<style>
a { background-color: #9C268B; }
a { background-color: rgb(156,38,139); }
div.DivClassName
{
background-color: #9C268B;
}
.BgClassName
{
background-color: #9C268B;
}
</style>
border-color css
<style>
span { border-color: #9C268B; }
span { border-color: rgb(156,38,139); }
td.TdClassName
{
border-color: #9C268B;
}
.TagClassName
{
border-color: #9C268B;
}
</style>