Shades of Purple #6B098D
Tints of Purple #6B098D
RGB
CMYK
RGB Variations
Color information
#6B098D (or 0x6B098D) is known color: Purple. HEX triplet: 6B, 09 and 8D. RGB value is (107,9,141). Sum of RGB (Red+Green+Blue) = 107+9+141=257 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.63% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B098D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B098D is #94F672. Grayscale: #343434. Windows color (decimal): -9762419 or 9242987. OLE color: 9242987.
HSL color Cylindrical-coordinate representation of color #6B098D: hue angle of 284.55º 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 #6B098D is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 9 | 141 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.45 |
| HSL | 284.55º | 0.88% | 0.29% | - |
| HSV(B) | 284.55º | 0.94% | 0.55% | - |
| XYZ | 10.97 | 5.24 | 25.63 | - |
| YUV | 53.35 | 177.47 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 9 | 141 | 0.24 | 0.94 | 0 | 0.45 | 284.55 | 0.88 | 0.29 |
| Hex | 6B | 9 | 8D | 18 | 5E | 0 | 2D | 11D | 58 | 1D |
| Octal | 153 | 11 | 215 | 30 | 136 | 0 | 55 | 435 | 130 | 35 |
| Binary | 1101011 | 1001 | 10001101 | 11000 | 1011110 | 0 | 101101 | 100011101 | 1011000 | 11101 |
Color Harmonies of #6B098D
Complementary color
Monochromatic Colors of #6B098D
Black with #6B098D
Text Example
Text Example
White with #6B098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B098D; }
p { color: rgb(107,9,141); }
H1.HeaderClassName
{
color: #6B098D;
}
.AnyTagClassName
{
color: #6B098D;
}
</style>
background-color css
<style>
a { background-color: #6B098D; }
a { background-color: rgb(107,9,141); }
div.DivClassName
{
background-color: #6B098D;
}
.BgClassName
{
background-color: #6B098D;
}
</style>
border-color css
<style>
span { border-color: #6B098D; }
span { border-color: rgb(107,9,141); }
td.TdClassName
{
border-color: #6B098D;
}
.TagClassName
{
border-color: #6B098D;
}
</style>