Shades of Purple #6F098D
Tints of Purple #6F098D
RGB
CMYK
RGB Variations
Color information
#6F098D (or 0x6F098D) is known color: Purple. HEX triplet: 6F, 09 and 8D. RGB value is (111,9,141). Sum of RGB (Red+Green+Blue) = 111+9+141=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F098D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F098D is #90F672. Grayscale: #363636. Windows color (decimal): -9500275 or 9242991. OLE color: 9242991.
HSL color Cylindrical-coordinate representation of color #6F098D: hue angle of 286.36º 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 #6F098D is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 9 | 141 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.45 |
| HSL | 286.36º | 0.88% | 0.29% | - |
| HSV(B) | 286.36º | 0.94% | 0.55% | - |
| XYZ | 11.46 | 5.5 | 25.66 | - |
| YUV | 54.55 | 176.79 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 141 | 0.21 | 0.94 | 0 | 0.45 | 286.36 | 0.88 | 0.29 |
| Hex | 6F | 9 | 8D | 15 | 5E | 0 | 2D | 11E | 58 | 1D |
| Octal | 157 | 11 | 215 | 25 | 136 | 0 | 55 | 436 | 130 | 35 |
| Binary | 1101111 | 1001 | 10001101 | 10101 | 1011110 | 0 | 101101 | 100011110 | 1011000 | 11101 |
Color Harmonies of #6F098D
Complementary color
Monochromatic Colors of #6F098D
Black with #6F098D
Text Example
Text Example
White with #6F098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F098D; }
p { color: rgb(111,9,141); }
H1.HeaderClassName
{
color: #6F098D;
}
.AnyTagClassName
{
color: #6F098D;
}
</style>
background-color css
<style>
a { background-color: #6F098D; }
a { background-color: rgb(111,9,141); }
div.DivClassName
{
background-color: #6F098D;
}
.BgClassName
{
background-color: #6F098D;
}
</style>
border-color css
<style>
span { border-color: #6F098D; }
span { border-color: rgb(111,9,141); }
td.TdClassName
{
border-color: #6F098D;
}
.TagClassName
{
border-color: #6F098D;
}
</style>