Shades of Violet Blue #914A98
Tints of Violet Blue #914A98
RGB
CMYK
RGB Variations
Color information
#914A98 (or 0x914A98) is known color: Violet Blue. HEX triplet: 91, 4A and 98. RGB value is (145,74,152). Sum of RGB (Red+Green+Blue) = 145+74+152=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 152 - color contains mainly: blue. Hex color #914A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914A98 is #6EB567. Grayscale: #676767. Windows color (decimal): -7255400 or 9980561. OLE color: 9980561.
HSL color Cylindrical-coordinate representation of color #914A98: hue angle of 294.62º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #914A98 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 74 | 152 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.40 |
| HSL | 294.62º | 0.35% | 0.44% | - |
| HSV(B) | 294.62º | 0.51% | 0.6% | - |
| XYZ | 19.79 | 13.18 | 31.21 | - |
| YUV | 104.12 | 155.02 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 74 | 152 | 0.05 | 0.51 | 0 | 0.40 | 294.62 | 0.35 | 0.44 |
| Hex | 91 | 4A | 98 | 5 | 33 | 0 | 28 | 127 | 23 | 2C |
| Octal | 221 | 112 | 230 | 5 | 63 | 0 | 50 | 447 | 43 | 54 |
| Binary | 10010001 | 1001010 | 10011000 | 101 | 110011 | 0 | 101000 | 100100111 | 100011 | 101100 |
Color Harmonies of #914A98
Complementary color
Monochromatic Colors of #914A98
Black with #914A98
Text Example
Text Example
White with #914A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914A98; }
p { color: rgb(145,74,152); }
H1.HeaderClassName
{
color: #914A98;
}
.AnyTagClassName
{
color: #914A98;
}
</style>
background-color css
<style>
a { background-color: #914A98; }
a { background-color: rgb(145,74,152); }
div.DivClassName
{
background-color: #914A98;
}
.BgClassName
{
background-color: #914A98;
}
</style>
border-color css
<style>
span { border-color: #914A98; }
span { border-color: rgb(145,74,152); }
td.TdClassName
{
border-color: #914A98;
}
.TagClassName
{
border-color: #914A98;
}
</style>