Shades of Vivid Violet #6D238B
Tints of Vivid Violet #6D238B
RGB
CMYK
RGB Variations
Color information
#6D238B (or 0x6D238B) is known color: Vivid Violet. HEX triplet: 6D, 23 and 8B. RGB value is (109,35,139). Sum of RGB (Red+Green+Blue) = 109+35+139=283 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.52% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D238B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D238B is #92DC74. Grayscale: #444444. Windows color (decimal): -9624693 or 9118573. OLE color: 9118573.
HSL color Cylindrical-coordinate representation of color #6D238B: hue angle of 282.69º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D238B is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 35 | 139 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.45 |
| HSL | 282.69º | 0.6% | 0.34% | - |
| HSV(B) | 282.69º | 0.75% | 0.55% | - |
| XYZ | 11.57 | 6.32 | 25.04 | - |
| YUV | 68.98 | 167.52 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 35 | 139 | 0.22 | 0.75 | 0 | 0.45 | 282.69 | 0.6 | 0.34 |
| Hex | 6D | 23 | 8B | 16 | 4B | 0 | 2D | 11B | 3C | 22 |
| Octal | 155 | 43 | 213 | 26 | 113 | 0 | 55 | 433 | 74 | 42 |
| Binary | 1101101 | 100011 | 10001011 | 10110 | 1001011 | 0 | 101101 | 100011011 | 111100 | 100010 |
Color Harmonies of #6D238B
Complementary color
Monochromatic Colors of #6D238B
Black with #6D238B
Text Example
Text Example
White with #6D238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D238B; }
p { color: rgb(109,35,139); }
H1.HeaderClassName
{
color: #6D238B;
}
.AnyTagClassName
{
color: #6D238B;
}
</style>
background-color css
<style>
a { background-color: #6D238B; }
a { background-color: rgb(109,35,139); }
div.DivClassName
{
background-color: #6D238B;
}
.BgClassName
{
background-color: #6D238B;
}
</style>
border-color css
<style>
span { border-color: #6D238B; }
span { border-color: rgb(109,35,139); }
td.TdClassName
{
border-color: #6D238B;
}
.TagClassName
{
border-color: #6D238B;
}
</style>