Shades of Purple #6D098D
Tints of Purple #6D098D
RGB
CMYK
RGB Variations
Color information
#6D098D (or 0x6D098D) is known color: Purple. HEX triplet: 6D, 09 and 8D. RGB value is (109,9,141). Sum of RGB (Red+Green+Blue) = 109+9+141=259 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.08% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #6D098D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D098D is #92F672. Grayscale: #353535. Windows color (decimal): -9631347 or 9242989. OLE color: 9242989.
HSL color Cylindrical-coordinate representation of color #6D098D: hue angle of 285.45º 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 #6D098D is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 9 | 141 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.45 |
| HSL | 285.45º | 0.88% | 0.29% | - |
| HSV(B) | 285.45º | 0.94% | 0.55% | - |
| XYZ | 11.21 | 5.37 | 25.64 | - |
| YUV | 53.95 | 177.13 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 9 | 141 | 0.23 | 0.94 | 0 | 0.45 | 285.45 | 0.88 | 0.29 |
| Hex | 6D | 9 | 8D | 17 | 5E | 0 | 2D | 11D | 58 | 1D |
| Octal | 155 | 11 | 215 | 27 | 136 | 0 | 55 | 435 | 130 | 35 |
| Binary | 1101101 | 1001 | 10001101 | 10111 | 1011110 | 0 | 101101 | 100011101 | 1011000 | 11101 |
Color Harmonies of #6D098D
Complementary color
Monochromatic Colors of #6D098D
Black with #6D098D
Text Example
Text Example
White with #6D098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D098D; }
p { color: rgb(109,9,141); }
H1.HeaderClassName
{
color: #6D098D;
}
.AnyTagClassName
{
color: #6D098D;
}
</style>
background-color css
<style>
a { background-color: #6D098D; }
a { background-color: rgb(109,9,141); }
div.DivClassName
{
background-color: #6D098D;
}
.BgClassName
{
background-color: #6D098D;
}
</style>
border-color css
<style>
span { border-color: #6D098D; }
span { border-color: rgb(109,9,141); }
td.TdClassName
{
border-color: #6D098D;
}
.TagClassName
{
border-color: #6D098D;
}
</style>