Shades of Dark Purple #9A2692
Tints of Dark Purple #9A2692
RGB
CMYK
RGB Variations
Color information
#9A2692 (or 0x9A2692) is known color: Dark Purple. HEX triplet: 9A, 26 and 92. RGB value is (154,38,146). Sum of RGB (Red+Green+Blue) = 154+38+146=338 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.56% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2692 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2692 is #65D96D. Grayscale: #545454. Windows color (decimal): -6674798 or 9578138. OLE color: 9578138.
HSL color Cylindrical-coordinate representation of color #9A2692: hue angle of 304.14º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A2692 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 38 | 146 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.40 |
| HSL | 304.14º | 0.6% | 0.38% | - |
| HSV(B) | 304.14º | 0.75% | 0.6% | - |
| XYZ | 19.21 | 10.33 | 28.18 | - |
| YUV | 85 | 162.43 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 38 | 146 | 0 | 0.75 | 0.05 | 0.40 | 304.14 | 0.6 | 0.38 |
| Hex | 9A | 26 | 92 | 0 | 4B | 5 | 28 | 130 | 3C | 26 |
| Octal | 232 | 46 | 222 | 0 | 113 | 5 | 50 | 460 | 74 | 46 |
| Binary | 10011010 | 100110 | 10010010 | 0 | 1001011 | 101 | 101000 | 100110000 | 111100 | 100110 |
Color Harmonies of #9A2692
Complementary color
Monochromatic Colors of #9A2692
Black with #9A2692
Text Example
Text Example
White with #9A2692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2692; }
p { color: rgb(154,38,146); }
H1.HeaderClassName
{
color: #9A2692;
}
.AnyTagClassName
{
color: #9A2692;
}
</style>
background-color css
<style>
a { background-color: #9A2692; }
a { background-color: rgb(154,38,146); }
div.DivClassName
{
background-color: #9A2692;
}
.BgClassName
{
background-color: #9A2692;
}
</style>
border-color css
<style>
span { border-color: #9A2692; }
span { border-color: rgb(154,38,146); }
td.TdClassName
{
border-color: #9A2692;
}
.TagClassName
{
border-color: #9A2692;
}
</style>