Shades of Dark Purple #99307B
Tints of Dark Purple #99307B
RGB
CMYK
RGB Variations
Color information
#99307B (or 0x99307B) is known color: Dark Purple. HEX triplet: 99, 30 and 7B. RGB value is (153,48,123). Sum of RGB (Red+Green+Blue) = 153+48+123=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #99307B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99307B is #66CF84. Grayscale: #575757. Windows color (decimal): -6737797 or 8073369. OLE color: 8073369.
HSL color Cylindrical-coordinate representation of color #99307B: hue angle of 317.14º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99307B is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 48 | 123 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.4 |
| HSL | 317.14º | 0.52% | 0.39% | - |
| HSV(B) | 317.14º | 0.69% | 0.6% | - |
| XYZ | 17.77 | 10.32 | 19.79 | - |
| YUV | 87.95 | 147.79 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 48 | 123 | 0 | 0.69 | 0.20 | 0.4 | 317.14 | 0.52 | 0.39 |
| Hex | 99 | 30 | 7B | 0 | 45 | 14 | 28 | 13D | 34 | 27 |
| Octal | 231 | 60 | 173 | 0 | 105 | 24 | 50 | 475 | 64 | 47 |
| Binary | 10011001 | 110000 | 1111011 | 0 | 1000101 | 10100 | 101000 | 100111101 | 110100 | 100111 |
Color Harmonies of #99307B
Complementary color
Monochromatic Colors of #99307B
Black with #99307B
Text Example
Text Example
White with #99307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99307B; }
p { color: rgb(153,48,123); }
H1.HeaderClassName
{
color: #99307B;
}
.AnyTagClassName
{
color: #99307B;
}
</style>
background-color css
<style>
a { background-color: #99307B; }
a { background-color: rgb(153,48,123); }
div.DivClassName
{
background-color: #99307B;
}
.BgClassName
{
background-color: #99307B;
}
</style>
border-color css
<style>
span { border-color: #99307B; }
span { border-color: rgb(153,48,123); }
td.TdClassName
{
border-color: #99307B;
}
.TagClassName
{
border-color: #99307B;
}
</style>