Shades of Vivid Violet #6D2885
Tints of Vivid Violet #6D2885
RGB
CMYK
RGB Variations
Color information
#6D2885 (or 0x6D2885) is known color: Vivid Violet. HEX triplet: 6D, 28 and 85. RGB value is (109,40,133). Sum of RGB (Red+Green+Blue) = 109+40+133=282 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.65% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D2885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2885 is #92D77A. Grayscale: #464646. Windows color (decimal): -9623419 or 8726637. OLE color: 8726637.
HSL color Cylindrical-coordinate representation of color #6D2885: hue angle of 284.52º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D2885 is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 40 | 133 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.48 |
| HSL | 284.52º | 0.54% | 0.34% | - |
| HSV(B) | 284.52º | 0.7% | 0.52% | - |
| XYZ | 11.3 | 6.46 | 22.84 | - |
| YUV | 71.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 40 | 133 | 0.18 | 0.70 | 0 | 0.48 | 284.52 | 0.54 | 0.34 |
| Hex | 6D | 28 | 85 | 12 | 46 | 0 | 30 | 11D | 36 | 22 |
| Octal | 155 | 50 | 205 | 22 | 106 | 0 | 60 | 435 | 66 | 42 |
| Binary | 1101101 | 101000 | 10000101 | 10010 | 1000110 | 0 | 110000 | 100011101 | 110110 | 100010 |
Color Harmonies of #6D2885
Complementary color
Monochromatic Colors of #6D2885
Black with #6D2885
Text Example
Text Example
White with #6D2885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2885; }
p { color: rgb(109,40,133); }
H1.HeaderClassName
{
color: #6D2885;
}
.AnyTagClassName
{
color: #6D2885;
}
</style>
background-color css
<style>
a { background-color: #6D2885; }
a { background-color: rgb(109,40,133); }
div.DivClassName
{
background-color: #6D2885;
}
.BgClassName
{
background-color: #6D2885;
}
</style>
border-color css
<style>
span { border-color: #6D2885; }
span { border-color: rgb(109,40,133); }
td.TdClassName
{
border-color: #6D2885;
}
.TagClassName
{
border-color: #6D2885;
}
</style>