Shades of Dark Violet #6901D1
Tints of Dark Violet #6901D1
RGB
CMYK
RGB Variations
Color information
#6901D1 (or 0x6901D1) is known color: Dark Violet. HEX triplet: 69, 01 and D1. RGB value is (105,1,209). Sum of RGB (Red+Green+Blue) = 105+1+209=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 209 (82.03% from 255 or 66.35% from 315); Max value from RGB is 209 - color contains mainly: blue. Hex color #6901D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6901D1 is #96FE2E. Grayscale: #373737. Windows color (decimal): -9895471 or 13697385. OLE color: 13697385.
HSL color Cylindrical-coordinate representation of color #6901D1: hue angle of 270º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6901D1 is Cyan = 0.50, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 1 | 209 | - |
| CMYK | 0.50 | 1.00 | 0 | 0.18 |
| HSL | 270º | 0.99% | 0.41% | - |
| HSV(B) | 270º | 1% | 0.82% | - |
| XYZ | 17.35 | 7.63 | 60.88 | - |
| YUV | 55.81 | 214.46 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 209 | 0.50 | 1.00 | 0 | 0.18 | 270 | 0.99 | 0.41 |
| Hex | 69 | 1 | D1 | 32 | 64 | 0 | 12 | 10E | 63 | 29 |
| Octal | 151 | 1 | 321 | 62 | 144 | 0 | 22 | 416 | 143 | 51 |
| Binary | 1101001 | 1 | 11010001 | 110010 | 1100100 | 0 | 10010 | 100001110 | 1100011 | 101001 |
Color Harmonies of #6901D1
Complementary color
Monochromatic Colors of #6901D1
Black with #6901D1
Text Example
Text Example
White with #6901D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6901D1; }
p { color: rgb(105,1,209); }
H1.HeaderClassName
{
color: #6901D1;
}
.AnyTagClassName
{
color: #6901D1;
}
</style>
background-color css
<style>
a { background-color: #6901D1; }
a { background-color: rgb(105,1,209); }
div.DivClassName
{
background-color: #6901D1;
}
.BgClassName
{
background-color: #6901D1;
}
</style>
border-color css
<style>
span { border-color: #6901D1; }
span { border-color: rgb(105,1,209); }
td.TdClassName
{
border-color: #6901D1;
}
.TagClassName
{
border-color: #6901D1;
}
</style>