Shades of Vivid Violet #6C1A96
Tints of Vivid Violet #6C1A96
RGB
CMYK
RGB Variations
Color information
#6C1A96 (or 0x6C1A96) is known color: Vivid Violet. HEX triplet: 6C, 1A and 96. RGB value is (108,26,150). Sum of RGB (Red+Green+Blue) = 108+26+150=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #6C1A96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C1A96 is #93E569. Grayscale: #404040. Windows color (decimal): -9692522 or 9837164. OLE color: 9837164.
HSL color Cylindrical-coordinate representation of color #6C1A96: hue angle of 279.68º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C1A96 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 108 | 26 | 150 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.41 |
| HSL | 279.68º | 0.7% | 0.35% | - |
| HSV(B) | 279.68º | 0.83% | 0.59% | - |
| XYZ | 12.06 | 6.13 | 29.4 | - |
| YUV | 64.65 | 176.17 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 26 | 150 | 0.28 | 0.83 | 0 | 0.41 | 279.68 | 0.7 | 0.35 |
| Hex | 6C | 1A | 96 | 1C | 53 | 0 | 29 | 118 | 46 | 23 |
| Octal | 154 | 32 | 226 | 34 | 123 | 0 | 51 | 430 | 106 | 43 |
| Binary | 1101100 | 11010 | 10010110 | 11100 | 1010011 | 0 | 101001 | 100011000 | 1000110 | 100011 |
Color Harmonies of #6C1A96
Complementary color
Monochromatic Colors of #6C1A96
Black with #6C1A96
Text Example
Text Example
White with #6C1A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1A96; }
p { color: rgb(108,26,150); }
H1.HeaderClassName
{
color: #6C1A96;
}
.AnyTagClassName
{
color: #6C1A96;
}
</style>
background-color css
<style>
a { background-color: #6C1A96; }
a { background-color: rgb(108,26,150); }
div.DivClassName
{
background-color: #6C1A96;
}
.BgClassName
{
background-color: #6C1A96;
}
</style>
border-color css
<style>
span { border-color: #6C1A96; }
span { border-color: rgb(108,26,150); }
td.TdClassName
{
border-color: #6C1A96;
}
.TagClassName
{
border-color: #6C1A96;
}
</style>