Shades of Dark Purple #99337B
Tints of Dark Purple #99337B
RGB
CMYK
RGB Variations
Color information
#99337B (or 0x99337B) is known color: Dark Purple. HEX triplet: 99, 33 and 7B. RGB value is (153,51,123). Sum of RGB (Red+Green+Blue) = 153+51+123=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #99337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99337B is #66CC84. Grayscale: #595959. Windows color (decimal): -6737029 or 8074137. OLE color: 8074137.
HSL color Cylindrical-coordinate representation of color #99337B: hue angle of 317.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99337B is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 51 | 123 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.4 |
| HSL | 317.65º | 0.5% | 0.4% | - |
| HSV(B) | 317.65º | 0.67% | 0.6% | - |
| XYZ | 17.9 | 10.57 | 19.84 | - |
| YUV | 89.71 | 146.79 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 51 | 123 | 0 | 0.67 | 0.20 | 0.4 | 317.65 | 0.5 | 0.4 |
| Hex | 99 | 33 | 7B | 0 | 43 | 14 | 28 | 13E | 32 | 28 |
| Octal | 231 | 63 | 173 | 0 | 103 | 24 | 50 | 476 | 62 | 50 |
| Binary | 10011001 | 110011 | 1111011 | 0 | 1000011 | 10100 | 101000 | 100111110 | 110010 | 101000 |
Color Harmonies of #99337B
Complementary color
Monochromatic Colors of #99337B
Black with #99337B
Text Example
Text Example
White with #99337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99337B; }
p { color: rgb(153,51,123); }
H1.HeaderClassName
{
color: #99337B;
}
.AnyTagClassName
{
color: #99337B;
}
</style>
background-color css
<style>
a { background-color: #99337B; }
a { background-color: rgb(153,51,123); }
div.DivClassName
{
background-color: #99337B;
}
.BgClassName
{
background-color: #99337B;
}
</style>
border-color css
<style>
span { border-color: #99337B; }
span { border-color: rgb(153,51,123); }
td.TdClassName
{
border-color: #99337B;
}
.TagClassName
{
border-color: #99337B;
}
</style>