Shades of Purple #6E098D
Tints of Purple #6E098D
RGB
CMYK
RGB Variations
Color information
#6E098D (or 0x6E098D) is known color: Purple. HEX triplet: 6E, 09 and 8D. RGB value is (110,9,141). Sum of RGB (Red+Green+Blue) = 110+9+141=260 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.31% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E098D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E098D is #91F672. Grayscale: #353535. Windows color (decimal): -9565811 or 9242990. OLE color: 9242990.
HSL color Cylindrical-coordinate representation of color #6E098D: hue angle of 285.91º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E098D is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 9 | 141 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.45 |
| HSL | 285.91º | 0.88% | 0.29% | - |
| HSV(B) | 285.91º | 0.94% | 0.55% | - |
| XYZ | 11.34 | 5.43 | 25.65 | - |
| YUV | 54.25 | 176.96 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 9 | 141 | 0.22 | 0.94 | 0 | 0.45 | 285.91 | 0.88 | 0.29 |
| Hex | 6E | 9 | 8D | 16 | 5E | 0 | 2D | 11E | 58 | 1D |
| Octal | 156 | 11 | 215 | 26 | 136 | 0 | 55 | 436 | 130 | 35 |
| Binary | 1101110 | 1001 | 10001101 | 10110 | 1011110 | 0 | 101101 | 100011110 | 1011000 | 11101 |
Color Harmonies of #6E098D
Complementary color
Monochromatic Colors of #6E098D
Black with #6E098D
Text Example
Text Example
White with #6E098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E098D; }
p { color: rgb(110,9,141); }
H1.HeaderClassName
{
color: #6E098D;
}
.AnyTagClassName
{
color: #6E098D;
}
</style>
background-color css
<style>
a { background-color: #6E098D; }
a { background-color: rgb(110,9,141); }
div.DivClassName
{
background-color: #6E098D;
}
.BgClassName
{
background-color: #6E098D;
}
</style>
border-color css
<style>
span { border-color: #6E098D; }
span { border-color: rgb(110,9,141); }
td.TdClassName
{
border-color: #6E098D;
}
.TagClassName
{
border-color: #6E098D;
}
</style>