Shades of Vivid Violet #6D1F8A
Tints of Vivid Violet #6D1F8A
RGB
CMYK
RGB Variations
Color information
#6D1F8A (or 0x6D1F8A) is known color: Vivid Violet. HEX triplet: 6D, 1F and 8A. RGB value is (109,31,138). Sum of RGB (Red+Green+Blue) = 109+31+138=278 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.21% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #6D1F8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1F8A is #92E075. Grayscale: #424242. Windows color (decimal): -9625718 or 9052013. OLE color: 9052013.
HSL color Cylindrical-coordinate representation of color #6D1F8A: hue angle of 283.74º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D1F8A is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 31 | 138 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.46 |
| HSL | 283.74º | 0.63% | 0.33% | - |
| HSV(B) | 283.74º | 0.78% | 0.54% | - |
| XYZ | 11.38 | 6.07 | 24.62 | - |
| YUV | 66.52 | 168.34 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 31 | 138 | 0.21 | 0.78 | 0 | 0.46 | 283.74 | 0.63 | 0.33 |
| Hex | 6D | 1F | 8A | 15 | 4E | 0 | 2E | 11C | 3F | 21 |
| Octal | 155 | 37 | 212 | 25 | 116 | 0 | 56 | 434 | 77 | 41 |
| Binary | 1101101 | 11111 | 10001010 | 10101 | 1001110 | 0 | 101110 | 100011100 | 111111 | 100001 |
Color Harmonies of #6D1F8A
Complementary color
Monochromatic Colors of #6D1F8A
Black with #6D1F8A
Text Example
Text Example
White with #6D1F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1F8A; }
p { color: rgb(109,31,138); }
H1.HeaderClassName
{
color: #6D1F8A;
}
.AnyTagClassName
{
color: #6D1F8A;
}
</style>
background-color css
<style>
a { background-color: #6D1F8A; }
a { background-color: rgb(109,31,138); }
div.DivClassName
{
background-color: #6D1F8A;
}
.BgClassName
{
background-color: #6D1F8A;
}
</style>
border-color css
<style>
span { border-color: #6D1F8A; }
span { border-color: rgb(109,31,138); }
td.TdClassName
{
border-color: #6D1F8A;
}
.TagClassName
{
border-color: #6D1F8A;
}
</style>