Shades of Blue Violet #913CDC
Tints of Blue Violet #913CDC
RGB
CMYK
RGB Variations
Color information
#913CDC (or 0x913CDC) is known color: Blue Violet. HEX triplet: 91, 3C and DC. RGB value is (145,60,220). Sum of RGB (Red+Green+Blue) = 145+60+220=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 60 (23.83% from 255 or 14.12% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #913CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913CDC is #6EC323. Grayscale: #676767. Windows color (decimal): -7258916 or 14433425. OLE color: 14433425.
HSL color Cylindrical-coordinate representation of color #913CDC: hue angle of 271.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #913CDC is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 60 | 220 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.14 |
| HSL | 271.88º | 0.7% | 0.55% | - |
| HSV(B) | 271.88º | 0.73% | 0.86% | - |
| XYZ | 26.21 | 14.42 | 69.11 | - |
| YUV | 103.66 | 193.66 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 60 | 220 | 0.34 | 0.73 | 0 | 0.14 | 271.88 | 0.7 | 0.55 |
| Hex | 91 | 3C | DC | 22 | 49 | 0 | E | 110 | 46 | 37 |
| Octal | 221 | 74 | 334 | 42 | 111 | 0 | 16 | 420 | 106 | 67 |
| Binary | 10010001 | 111100 | 11011100 | 100010 | 1001001 | 0 | 1110 | 100010000 | 1000110 | 110111 |
Color Harmonies of #913CDC
Complementary color
Monochromatic Colors of #913CDC
Black with #913CDC
Text Example
Text Example
White with #913CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913CDC; }
p { color: rgb(145,60,220); }
H1.HeaderClassName
{
color: #913CDC;
}
.AnyTagClassName
{
color: #913CDC;
}
</style>
background-color css
<style>
a { background-color: #913CDC; }
a { background-color: rgb(145,60,220); }
div.DivClassName
{
background-color: #913CDC;
}
.BgClassName
{
background-color: #913CDC;
}
</style>
border-color css
<style>
span { border-color: #913CDC; }
span { border-color: rgb(145,60,220); }
td.TdClassName
{
border-color: #913CDC;
}
.TagClassName
{
border-color: #913CDC;
}
</style>