Shades of Blue Violet #913FDC
Tints of Blue Violet #913FDC
RGB
CMYK
RGB Variations
Color information
#913FDC (or 0x913FDC) is known color: Blue Violet. HEX triplet: 91, 3F and DC. RGB value is (145,63,220). Sum of RGB (Red+Green+Blue) = 145+63+220=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #913FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913FDC is #6EC023. Grayscale: #686868. Windows color (decimal): -7258148 or 14434193. OLE color: 14434193.
HSL color Cylindrical-coordinate representation of color #913FDC: hue angle of 271.34º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #913FDC is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 63 | 220 | - |
| CMYK | 0.34 | 0.71 | 0 | 0.14 |
| HSL | 271.34º | 0.69% | 0.55% | - |
| HSV(B) | 271.34º | 0.71% | 0.86% | - |
| XYZ | 26.37 | 14.74 | 69.17 | - |
| YUV | 105.42 | 192.67 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 63 | 220 | 0.34 | 0.71 | 0 | 0.14 | 271.34 | 0.69 | 0.55 |
| Hex | 91 | 3F | DC | 22 | 47 | 0 | E | 10F | 45 | 37 |
| Octal | 221 | 77 | 334 | 42 | 107 | 0 | 16 | 417 | 105 | 67 |
| Binary | 10010001 | 111111 | 11011100 | 100010 | 1000111 | 0 | 1110 | 100001111 | 1000101 | 110111 |
Color Harmonies of #913FDC
Complementary color
Monochromatic Colors of #913FDC
Black with #913FDC
Text Example
Text Example
White with #913FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913FDC; }
p { color: rgb(145,63,220); }
H1.HeaderClassName
{
color: #913FDC;
}
.AnyTagClassName
{
color: #913FDC;
}
</style>
background-color css
<style>
a { background-color: #913FDC; }
a { background-color: rgb(145,63,220); }
div.DivClassName
{
background-color: #913FDC;
}
.BgClassName
{
background-color: #913FDC;
}
</style>
border-color css
<style>
span { border-color: #913FDC; }
span { border-color: rgb(145,63,220); }
td.TdClassName
{
border-color: #913FDC;
}
.TagClassName
{
border-color: #913FDC;
}
</style>