Shades of Blue Violet #913ADE
Tints of Blue Violet #913ADE
RGB
CMYK
RGB Variations
Color information
#913ADE (or 0x913ADE) is known color: Blue Violet. HEX triplet: 91, 3A and DE. RGB value is (145,58,222). Sum of RGB (Red+Green+Blue) = 145+58+222=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #913ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913ADE is #6EC521. Grayscale: #666666. Windows color (decimal): -7259426 or 14563985. OLE color: 14563985.
HSL color Cylindrical-coordinate representation of color #913ADE: hue angle of 271.83º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #913ADE is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 58 | 222 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.13 |
| HSL | 271.83º | 0.71% | 0.55% | - |
| HSV(B) | 271.83º | 0.74% | 0.87% | - |
| XYZ | 26.37 | 14.32 | 70.48 | - |
| YUV | 102.71 | 195.32 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 58 | 222 | 0.35 | 0.74 | 0 | 0.13 | 271.83 | 0.71 | 0.55 |
| Hex | 91 | 3A | DE | 23 | 4A | 0 | D | 110 | 47 | 37 |
| Octal | 221 | 72 | 336 | 43 | 112 | 0 | 15 | 420 | 107 | 67 |
| Binary | 10010001 | 111010 | 11011110 | 100011 | 1001010 | 0 | 1101 | 100010000 | 1000111 | 110111 |
Color Harmonies of #913ADE
Complementary color
Monochromatic Colors of #913ADE
Black with #913ADE
Text Example
Text Example
White with #913ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913ADE; }
p { color: rgb(145,58,222); }
H1.HeaderClassName
{
color: #913ADE;
}
.AnyTagClassName
{
color: #913ADE;
}
</style>
background-color css
<style>
a { background-color: #913ADE; }
a { background-color: rgb(145,58,222); }
div.DivClassName
{
background-color: #913ADE;
}
.BgClassName
{
background-color: #913ADE;
}
</style>
border-color css
<style>
span { border-color: #913ADE; }
span { border-color: rgb(145,58,222); }
td.TdClassName
{
border-color: #913ADE;
}
.TagClassName
{
border-color: #913ADE;
}
</style>