Shades of Violet Blue #914B98
Tints of Violet Blue #914B98
RGB
CMYK
RGB Variations
Color information
#914B98 (or 0x914B98) is known color: Violet Blue. HEX triplet: 91, 4B and 98. RGB value is (145,75,152). Sum of RGB (Red+Green+Blue) = 145+75+152=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 152 - color contains mainly: blue. Hex color #914B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914B98 is #6EB467. Grayscale: #686868. Windows color (decimal): -7255144 or 9980817. OLE color: 9980817.
HSL color Cylindrical-coordinate representation of color #914B98: hue angle of 294.55º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #914B98 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 75 | 152 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.40 |
| HSL | 294.55º | 0.34% | 0.45% | - |
| HSV(B) | 294.55º | 0.51% | 0.6% | - |
| XYZ | 19.86 | 13.32 | 31.23 | - |
| YUV | 104.71 | 154.69 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 75 | 152 | 0.05 | 0.51 | 0 | 0.40 | 294.55 | 0.34 | 0.45 |
| Hex | 91 | 4B | 98 | 5 | 33 | 0 | 28 | 127 | 22 | 2D |
| Octal | 221 | 113 | 230 | 5 | 63 | 0 | 50 | 447 | 42 | 55 |
| Binary | 10010001 | 1001011 | 10011000 | 101 | 110011 | 0 | 101000 | 100100111 | 100010 | 101101 |
Color Harmonies of #914B98
Complementary color
Monochromatic Colors of #914B98
Black with #914B98
Text Example
Text Example
White with #914B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914B98; }
p { color: rgb(145,75,152); }
H1.HeaderClassName
{
color: #914B98;
}
.AnyTagClassName
{
color: #914B98;
}
</style>
background-color css
<style>
a { background-color: #914B98; }
a { background-color: rgb(145,75,152); }
div.DivClassName
{
background-color: #914B98;
}
.BgClassName
{
background-color: #914B98;
}
</style>
border-color css
<style>
span { border-color: #914B98; }
span { border-color: rgb(145,75,152); }
td.TdClassName
{
border-color: #914B98;
}
.TagClassName
{
border-color: #914B98;
}
</style>