Shades of Vivid Violet #6F189B
Tints of Vivid Violet #6F189B
RGB
CMYK
RGB Variations
Color information
#6F189B (or 0x6F189B) is known color: Vivid Violet. HEX triplet: 6F, 18 and 9B. RGB value is (111,24,155). Sum of RGB (Red+Green+Blue) = 111+24+155=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F189B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F189B is #90E764. Grayscale: #404040. Windows color (decimal): -9496421 or 10164335. OLE color: 10164335.
HSL color Cylindrical-coordinate representation of color #6F189B: hue angle of 279.85º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F189B is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 24 | 155 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.39 |
| HSL | 279.85º | 0.73% | 0.35% | - |
| HSV(B) | 279.85º | 0.85% | 0.61% | - |
| XYZ | 12.8 | 6.4 | 31.57 | - |
| YUV | 64.95 | 178.82 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 24 | 155 | 0.28 | 0.85 | 0 | 0.39 | 279.85 | 0.73 | 0.35 |
| Hex | 6F | 18 | 9B | 1C | 55 | 0 | 27 | 118 | 49 | 23 |
| Octal | 157 | 30 | 233 | 34 | 125 | 0 | 47 | 430 | 111 | 43 |
| Binary | 1101111 | 11000 | 10011011 | 11100 | 1010101 | 0 | 100111 | 100011000 | 1001001 | 100011 |
Color Harmonies of #6F189B
Complementary color
Monochromatic Colors of #6F189B
Black with #6F189B
Text Example
Text Example
White with #6F189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F189B; }
p { color: rgb(111,24,155); }
H1.HeaderClassName
{
color: #6F189B;
}
.AnyTagClassName
{
color: #6F189B;
}
</style>
background-color css
<style>
a { background-color: #6F189B; }
a { background-color: rgb(111,24,155); }
div.DivClassName
{
background-color: #6F189B;
}
.BgClassName
{
background-color: #6F189B;
}
</style>
border-color css
<style>
span { border-color: #6F189B; }
span { border-color: rgb(111,24,155); }
td.TdClassName
{
border-color: #6F189B;
}
.TagClassName
{
border-color: #6F189B;
}
</style>