Shades of Purple #6F098A
Tints of Purple #6F098A
RGB
CMYK
RGB Variations
Color information
#6F098A (or 0x6F098A) is known color: Purple. HEX triplet: 6F, 09 and 8A. RGB value is (111,9,138). Sum of RGB (Red+Green+Blue) = 111+9+138=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 138 (54.30% from 255 or 53.49% from 258); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F098A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F098A is #90F675. Grayscale: #353535. Windows color (decimal): -9500278 or 9046383. OLE color: 9046383.
HSL color Cylindrical-coordinate representation of color #6F098A: hue angle of 287.44º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F098A is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 9 | 138 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.46 |
| HSL | 287.44º | 0.88% | 0.29% | - |
| HSV(B) | 287.44º | 0.93% | 0.54% | - |
| XYZ | 11.24 | 5.41 | 24.5 | - |
| YUV | 54.2 | 175.29 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 138 | 0.20 | 0.93 | 0 | 0.46 | 287.44 | 0.88 | 0.29 |
| Hex | 6F | 9 | 8A | 14 | 5D | 0 | 2E | 11F | 58 | 1D |
| Octal | 157 | 11 | 212 | 24 | 135 | 0 | 56 | 437 | 130 | 35 |
| Binary | 1101111 | 1001 | 10001010 | 10100 | 1011101 | 0 | 101110 | 100011111 | 1011000 | 11101 |
Color Harmonies of #6F098A
Complementary color
Monochromatic Colors of #6F098A
Black with #6F098A
Text Example
Text Example
White with #6F098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F098A; }
p { color: rgb(111,9,138); }
H1.HeaderClassName
{
color: #6F098A;
}
.AnyTagClassName
{
color: #6F098A;
}
</style>
background-color css
<style>
a { background-color: #6F098A; }
a { background-color: rgb(111,9,138); }
div.DivClassName
{
background-color: #6F098A;
}
.BgClassName
{
background-color: #6F098A;
}
</style>
border-color css
<style>
span { border-color: #6F098A; }
span { border-color: rgb(111,9,138); }
td.TdClassName
{
border-color: #6F098A;
}
.TagClassName
{
border-color: #6F098A;
}
</style>