Shades of Blue Violet #914ADB
Tints of Blue Violet #914ADB
RGB
CMYK
RGB Variations
Color information
#914ADB (or 0x914ADB) is known color: Blue Violet. HEX triplet: 91, 4A and DB. RGB value is (145,74,219). Sum of RGB (Red+Green+Blue) = 145+74+219=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #914ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914ADB is #6EB524. Grayscale: #6F6F6F. Windows color (decimal): -7255333 or 14371473. OLE color: 14371473.
HSL color Cylindrical-coordinate representation of color #914ADB: hue angle of 269.38º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #914ADB is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 74 | 219 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.14 |
| HSL | 269.38º | 0.67% | 0.57% | - |
| HSV(B) | 269.38º | 0.66% | 0.86% | - |
| XYZ | 26.91 | 16.03 | 68.69 | - |
| YUV | 111.76 | 188.52 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 74 | 219 | 0.34 | 0.66 | 0 | 0.14 | 269.38 | 0.67 | 0.57 |
| Hex | 91 | 4A | DB | 22 | 42 | 0 | E | 10D | 43 | 39 |
| Octal | 221 | 112 | 333 | 42 | 102 | 0 | 16 | 415 | 103 | 71 |
| Binary | 10010001 | 1001010 | 11011011 | 100010 | 1000010 | 0 | 1110 | 100001101 | 1000011 | 111001 |
Color Harmonies of #914ADB
Complementary color
Monochromatic Colors of #914ADB
Black with #914ADB
Text Example
Text Example
White with #914ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914ADB; }
p { color: rgb(145,74,219); }
H1.HeaderClassName
{
color: #914ADB;
}
.AnyTagClassName
{
color: #914ADB;
}
</style>
background-color css
<style>
a { background-color: #914ADB; }
a { background-color: rgb(145,74,219); }
div.DivClassName
{
background-color: #914ADB;
}
.BgClassName
{
background-color: #914ADB;
}
</style>
border-color css
<style>
span { border-color: #914ADB; }
span { border-color: rgb(145,74,219); }
td.TdClassName
{
border-color: #914ADB;
}
.TagClassName
{
border-color: #914ADB;
}
</style>