Shades of Purple #6D099B
Tints of Purple #6D099B
RGB
CMYK
RGB Variations
Color information
#6D099B (or 0x6D099B) is known color: Purple. HEX triplet: 6D, 09 and 9B. RGB value is (109,9,155). Sum of RGB (Red+Green+Blue) = 109+9+155=273 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.93% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D099B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D099B is #92F664. Grayscale: #373737. Windows color (decimal): -9631333 or 10160493. OLE color: 10160493.
HSL color Cylindrical-coordinate representation of color #6D099B: hue angle of 281.1º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D099B is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 9 | 155 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.39 |
| HSL | 281.1º | 0.89% | 0.32% | - |
| HSV(B) | 281.1º | 0.94% | 0.61% | - |
| XYZ | 12.32 | 5.81 | 31.48 | - |
| YUV | 55.54 | 184.13 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 9 | 155 | 0.30 | 0.94 | 0 | 0.39 | 281.1 | 0.89 | 0.32 |
| Hex | 6D | 9 | 9B | 1E | 5E | 0 | 27 | 119 | 59 | 20 |
| Octal | 155 | 11 | 233 | 36 | 136 | 0 | 47 | 431 | 131 | 40 |
| Binary | 1101101 | 1001 | 10011011 | 11110 | 1011110 | 0 | 100111 | 100011001 | 1011001 | 100000 |
Color Harmonies of #6D099B
Complementary color
Monochromatic Colors of #6D099B
Black with #6D099B
Text Example
Text Example
White with #6D099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D099B; }
p { color: rgb(109,9,155); }
H1.HeaderClassName
{
color: #6D099B;
}
.AnyTagClassName
{
color: #6D099B;
}
</style>
background-color css
<style>
a { background-color: #6D099B; }
a { background-color: rgb(109,9,155); }
div.DivClassName
{
background-color: #6D099B;
}
.BgClassName
{
background-color: #6D099B;
}
</style>
border-color css
<style>
span { border-color: #6D099B; }
span { border-color: rgb(109,9,155); }
td.TdClassName
{
border-color: #6D099B;
}
.TagClassName
{
border-color: #6D099B;
}
</style>