Shades of Violet Blue #914A9C
Tints of Violet Blue #914A9C
RGB
CMYK
RGB Variations
Color information
#914A9C (or 0x914A9C) is known color: Violet Blue. HEX triplet: 91, 4A and 9C. RGB value is (145,74,156). Sum of RGB (Red+Green+Blue) = 145+74+156=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #914A9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914A9C is #6EB563. Grayscale: #686868. Windows color (decimal): -7255396 or 10242705. OLE color: 10242705.
HSL color Cylindrical-coordinate representation of color #914A9C: hue angle of 291.95º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #914A9C is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 74 | 156 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.39 |
| HSL | 291.95º | 0.36% | 0.45% | - |
| HSV(B) | 291.95º | 0.53% | 0.61% | - |
| XYZ | 20.13 | 13.32 | 32.96 | - |
| YUV | 104.58 | 157.02 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 74 | 156 | 0.07 | 0.53 | 0 | 0.39 | 291.95 | 0.36 | 0.45 |
| Hex | 91 | 4A | 9C | 7 | 35 | 0 | 27 | 124 | 24 | 2D |
| Octal | 221 | 112 | 234 | 7 | 65 | 0 | 47 | 444 | 44 | 55 |
| Binary | 10010001 | 1001010 | 10011100 | 111 | 110101 | 0 | 100111 | 100100100 | 100100 | 101101 |
Color Harmonies of #914A9C
Complementary color
Monochromatic Colors of #914A9C
Black with #914A9C
Text Example
Text Example
White with #914A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914A9C; }
p { color: rgb(145,74,156); }
H1.HeaderClassName
{
color: #914A9C;
}
.AnyTagClassName
{
color: #914A9C;
}
</style>
background-color css
<style>
a { background-color: #914A9C; }
a { background-color: rgb(145,74,156); }
div.DivClassName
{
background-color: #914A9C;
}
.BgClassName
{
background-color: #914A9C;
}
</style>
border-color css
<style>
span { border-color: #914A9C; }
span { border-color: rgb(145,74,156); }
td.TdClassName
{
border-color: #914A9C;
}
.TagClassName
{
border-color: #914A9C;
}
</style>