Shades of Blue Violet #912ADA
Tints of Blue Violet #912ADA
RGB
CMYK
RGB Variations
Color information
#912ADA (or 0x912ADA) is known color: Blue Violet. HEX triplet: 91, 2A and DA. RGB value is (145,42,218). Sum of RGB (Red+Green+Blue) = 145+42+218=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 42 (16.80% from 255 or 10.37% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #912ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912ADA is #6ED525. Grayscale: #5C5C5C. Windows color (decimal): -7263526 or 14297745. OLE color: 14297745.
HSL color Cylindrical-coordinate representation of color #912ADA: hue angle of 275.11º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #912ADA is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 42 | 218 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.15 |
| HSL | 275.11º | 0.7% | 0.51% | - |
| HSV(B) | 275.11º | 0.81% | 0.85% | - |
| XYZ | 25.16 | 12.74 | 67.46 | - |
| YUV | 92.86 | 198.62 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 42 | 218 | 0.33 | 0.81 | 0 | 0.15 | 275.11 | 0.7 | 0.51 |
| Hex | 91 | 2A | DA | 21 | 51 | 0 | F | 113 | 46 | 33 |
| Octal | 221 | 52 | 332 | 41 | 121 | 0 | 17 | 423 | 106 | 63 |
| Binary | 10010001 | 101010 | 11011010 | 100001 | 1010001 | 0 | 1111 | 100010011 | 1000110 | 110011 |
Color Harmonies of #912ADA
Complementary color
Monochromatic Colors of #912ADA
Black with #912ADA
Text Example
Text Example
White with #912ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912ADA; }
p { color: rgb(145,42,218); }
H1.HeaderClassName
{
color: #912ADA;
}
.AnyTagClassName
{
color: #912ADA;
}
</style>
background-color css
<style>
a { background-color: #912ADA; }
a { background-color: rgb(145,42,218); }
div.DivClassName
{
background-color: #912ADA;
}
.BgClassName
{
background-color: #912ADA;
}
</style>
border-color css
<style>
span { border-color: #912ADA; }
span { border-color: rgb(145,42,218); }
td.TdClassName
{
border-color: #912ADA;
}
.TagClassName
{
border-color: #912ADA;
}
</style>