Shades of Violet Blue #904B9C
Tints of Violet Blue #904B9C
RGB
CMYK
RGB Variations
Color information
#904B9C (or 0x904B9C) is known color: Violet Blue. HEX triplet: 90, 4B and 9C. RGB value is (144,75,156). Sum of RGB (Red+Green+Blue) = 144+75+156=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 75 (29.69% from 255 or 20% 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 #904B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904B9C is #6FB463. Grayscale: #686868. Windows color (decimal): -7320676 or 10242960. OLE color: 10242960.
HSL color Cylindrical-coordinate representation of color #904B9C: hue angle of 291.11º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #904B9C is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 75 | 156 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.39 |
| HSL | 291.11º | 0.35% | 0.45% | - |
| HSV(B) | 291.11º | 0.52% | 0.61% | - |
| XYZ | 20.02 | 13.36 | 32.98 | - |
| YUV | 104.87 | 156.86 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 75 | 156 | 0.08 | 0.52 | 0 | 0.39 | 291.11 | 0.35 | 0.45 |
| Hex | 90 | 4B | 9C | 8 | 34 | 0 | 27 | 123 | 23 | 2D |
| Octal | 220 | 113 | 234 | 10 | 64 | 0 | 47 | 443 | 43 | 55 |
| Binary | 10010000 | 1001011 | 10011100 | 1000 | 110100 | 0 | 100111 | 100100011 | 100011 | 101101 |
Color Harmonies of #904B9C
Complementary color
Monochromatic Colors of #904B9C
Black with #904B9C
Text Example
Text Example
White with #904B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904B9C; }
p { color: rgb(144,75,156); }
H1.HeaderClassName
{
color: #904B9C;
}
.AnyTagClassName
{
color: #904B9C;
}
</style>
background-color css
<style>
a { background-color: #904B9C; }
a { background-color: rgb(144,75,156); }
div.DivClassName
{
background-color: #904B9C;
}
.BgClassName
{
background-color: #904B9C;
}
</style>
border-color css
<style>
span { border-color: #904B9C; }
span { border-color: rgb(144,75,156); }
td.TdClassName
{
border-color: #904B9C;
}
.TagClassName
{
border-color: #904B9C;
}
</style>