Shades of Dark Purple #9A1B8A
Tints of Dark Purple #9A1B8A
RGB
CMYK
RGB Variations
Color information
#9A1B8A (or 0x9A1B8A) is known color: Dark Purple. HEX triplet: 9A, 1B and 8A. RGB value is (154,27,138). Sum of RGB (Red+Green+Blue) = 154+27+138=319 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.28% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1B8A is #65E475. Grayscale: #4D4D4D. Windows color (decimal): -6677622 or 9051034. OLE color: 9051034.
HSL color Cylindrical-coordinate representation of color #9A1B8A: hue angle of 307.56º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A1B8A is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 27 | 138 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.40 |
| HSL | 307.56º | 0.7% | 0.35% | - |
| HSV(B) | 307.56º | 0.82% | 0.6% | - |
| XYZ | 18.31 | 9.49 | 24.91 | - |
| YUV | 77.63 | 162.08 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 27 | 138 | 0 | 0.82 | 0.10 | 0.40 | 307.56 | 0.7 | 0.35 |
| Hex | 9A | 1B | 8A | 0 | 52 | A | 28 | 134 | 46 | 23 |
| Octal | 232 | 33 | 212 | 0 | 122 | 12 | 50 | 464 | 106 | 43 |
| Binary | 10011010 | 11011 | 10001010 | 0 | 1010010 | 1010 | 101000 | 100110100 | 1000110 | 100011 |
Color Harmonies of #9A1B8A
Complementary color
Monochromatic Colors of #9A1B8A
Black with #9A1B8A
Text Example
Text Example
White with #9A1B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1B8A; }
p { color: rgb(154,27,138); }
H1.HeaderClassName
{
color: #9A1B8A;
}
.AnyTagClassName
{
color: #9A1B8A;
}
</style>
background-color css
<style>
a { background-color: #9A1B8A; }
a { background-color: rgb(154,27,138); }
div.DivClassName
{
background-color: #9A1B8A;
}
.BgClassName
{
background-color: #9A1B8A;
}
</style>
border-color css
<style>
span { border-color: #9A1B8A; }
span { border-color: rgb(154,27,138); }
td.TdClassName
{
border-color: #9A1B8A;
}
.TagClassName
{
border-color: #9A1B8A;
}
</style>