Shades of Dark Purple #892269
Tints of Dark Purple #892269
RGB
CMYK
RGB Variations
Color information
#892269 (or 0x892269) is known color: Dark Purple. HEX triplet: 89, 22 and 69. RGB value is (137,34,105). Sum of RGB (Red+Green+Blue) = 137+34+105=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #892269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892269 is #76DD96. Grayscale: #484848. Windows color (decimal): -7789975 or 6890121. OLE color: 6890121.
HSL color Cylindrical-coordinate representation of color #892269: hue angle of 318.64º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #892269 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 34 | 105 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.46 |
| HSL | 318.64º | 0.6% | 0.34% | - |
| HSV(B) | 318.64º | 0.75% | 0.54% | - |
| XYZ | 13.44 | 7.48 | 14.1 | - |
| YUV | 72.89 | 146.12 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 34 | 105 | 0 | 0.75 | 0.23 | 0.46 | 318.64 | 0.6 | 0.34 |
| Hex | 89 | 22 | 69 | 0 | 4B | 17 | 2E | 13F | 3C | 22 |
| Octal | 211 | 42 | 151 | 0 | 113 | 27 | 56 | 477 | 74 | 42 |
| Binary | 10001001 | 100010 | 1101001 | 0 | 1001011 | 10111 | 101110 | 100111111 | 111100 | 100010 |
Color Harmonies of #892269
Complementary color
Monochromatic Colors of #892269
Black with #892269
Text Example
Text Example
White with #892269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892269; }
p { color: rgb(137,34,105); }
H1.HeaderClassName
{
color: #892269;
}
.AnyTagClassName
{
color: #892269;
}
</style>
background-color css
<style>
a { background-color: #892269; }
a { background-color: rgb(137,34,105); }
div.DivClassName
{
background-color: #892269;
}
.BgClassName
{
background-color: #892269;
}
</style>
border-color css
<style>
span { border-color: #892269; }
span { border-color: rgb(137,34,105); }
td.TdClassName
{
border-color: #892269;
}
.TagClassName
{
border-color: #892269;
}
</style>