Shades of Purple #6A098E
Tints of Purple #6A098E
RGB
CMYK
RGB Variations
Color information
#6A098E (or 0x6A098E) is known color: Purple. HEX triplet: 6A, 09 and 8E. RGB value is (106,9,142). Sum of RGB (Red+Green+Blue) = 106+9+142=257 (34% of max value = 765). Red value is 106 (41.80% from 255 or 41.25% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 142 (55.86% from 255 or 55.25% from 257); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A098E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A098E is #95F671. Grayscale: #343434. Windows color (decimal): -9827954 or 9308522. OLE color: 9308522.
HSL color Cylindrical-coordinate representation of color #6A098E: hue angle of 283.76º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A098E is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 9 | 142 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.44 |
| HSL | 283.76º | 0.88% | 0.3% | - |
| HSV(B) | 283.76º | 0.94% | 0.56% | - |
| XYZ | 10.92 | 5.21 | 26.02 | - |
| YUV | 53.17 | 178.14 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 9 | 142 | 0.25 | 0.94 | 0 | 0.44 | 283.76 | 0.88 | 0.3 |
| Hex | 6A | 9 | 8E | 19 | 5E | 0 | 2C | 11C | 58 | 1E |
| Octal | 152 | 11 | 216 | 31 | 136 | 0 | 54 | 434 | 130 | 36 |
| Binary | 1101010 | 1001 | 10001110 | 11001 | 1011110 | 0 | 101100 | 100011100 | 1011000 | 11110 |
Color Harmonies of #6A098E
Complementary color
Monochromatic Colors of #6A098E
Black with #6A098E
Text Example
Text Example
White with #6A098E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A098E; }
p { color: rgb(106,9,142); }
H1.HeaderClassName
{
color: #6A098E;
}
.AnyTagClassName
{
color: #6A098E;
}
</style>
background-color css
<style>
a { background-color: #6A098E; }
a { background-color: rgb(106,9,142); }
div.DivClassName
{
background-color: #6A098E;
}
.BgClassName
{
background-color: #6A098E;
}
</style>
border-color css
<style>
span { border-color: #6A098E; }
span { border-color: rgb(106,9,142); }
td.TdClassName
{
border-color: #6A098E;
}
.TagClassName
{
border-color: #6A098E;
}
</style>