Shades of Dark Purple #9A0F7B
Tints of Dark Purple #9A0F7B
RGB
CMYK
RGB Variations
Color information
#9A0F7B (or 0x9A0F7B) is known color: Dark Purple. HEX triplet: 9A, 0F and 7B. RGB value is (154,15,123). Sum of RGB (Red+Green+Blue) = 154+15+123=292 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.74% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0F7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0F7B is #65F084. Grayscale: #444444. Windows color (decimal): -6680709 or 8064922. OLE color: 8064922.
HSL color Cylindrical-coordinate representation of color #9A0F7B: hue angle of 313.38º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A0F7B is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 15 | 123 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.40 |
| HSL | 313.38º | 0.82% | 0.33% | - |
| HSV(B) | 313.38º | 0.9% | 0.6% | - |
| XYZ | 17.07 | 8.64 | 19.51 | - |
| YUV | 68.87 | 158.55 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 15 | 123 | 0 | 0.90 | 0.20 | 0.40 | 313.38 | 0.82 | 0.33 |
| Hex | 9A | F | 7B | 0 | 5A | 14 | 28 | 139 | 52 | 21 |
| Octal | 232 | 17 | 173 | 0 | 132 | 24 | 50 | 471 | 122 | 41 |
| Binary | 10011010 | 1111 | 1111011 | 0 | 1011010 | 10100 | 101000 | 100111001 | 1010010 | 100001 |
Color Harmonies of #9A0F7B
Complementary color
Monochromatic Colors of #9A0F7B
Black with #9A0F7B
Text Example
Text Example
White with #9A0F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0F7B; }
p { color: rgb(154,15,123); }
H1.HeaderClassName
{
color: #9A0F7B;
}
.AnyTagClassName
{
color: #9A0F7B;
}
</style>
background-color css
<style>
a { background-color: #9A0F7B; }
a { background-color: rgb(154,15,123); }
div.DivClassName
{
background-color: #9A0F7B;
}
.BgClassName
{
background-color: #9A0F7B;
}
</style>
border-color css
<style>
span { border-color: #9A0F7B; }
span { border-color: rgb(154,15,123); }
td.TdClassName
{
border-color: #9A0F7B;
}
.TagClassName
{
border-color: #9A0F7B;
}
</style>