Shades of Violet Blue #904B9D
Tints of Violet Blue #904B9D
RGB
CMYK
RGB Variations
Color information
#904B9D (or 0x904B9D) is known color: Violet Blue. HEX triplet: 90, 4B and 9D. RGB value is (144,75,157). Sum of RGB (Red+Green+Blue) = 144+75+157=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 157 - color contains mainly: blue. Hex color #904B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904B9D is #6FB462. Grayscale: #686868. Windows color (decimal): -7320675 or 10308496. OLE color: 10308496.
HSL color Cylindrical-coordinate representation of color #904B9D: hue angle of 290.49º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #904B9D is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 75 | 157 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.38 |
| HSL | 290.49º | 0.35% | 0.45% | - |
| HSV(B) | 290.49º | 0.52% | 0.62% | - |
| XYZ | 20.1 | 13.4 | 33.42 | - |
| YUV | 104.98 | 157.36 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 75 | 157 | 0.08 | 0.52 | 0 | 0.38 | 290.49 | 0.35 | 0.45 |
| Hex | 90 | 4B | 9D | 8 | 34 | 0 | 26 | 122 | 23 | 2D |
| Octal | 220 | 113 | 235 | 10 | 64 | 0 | 46 | 442 | 43 | 55 |
| Binary | 10010000 | 1001011 | 10011101 | 1000 | 110100 | 0 | 100110 | 100100010 | 100011 | 101101 |
Color Harmonies of #904B9D
Complementary color
Monochromatic Colors of #904B9D
Black with #904B9D
Text Example
Text Example
White with #904B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904B9D; }
p { color: rgb(144,75,157); }
H1.HeaderClassName
{
color: #904B9D;
}
.AnyTagClassName
{
color: #904B9D;
}
</style>
background-color css
<style>
a { background-color: #904B9D; }
a { background-color: rgb(144,75,157); }
div.DivClassName
{
background-color: #904B9D;
}
.BgClassName
{
background-color: #904B9D;
}
</style>
border-color css
<style>
span { border-color: #904B9D; }
span { border-color: rgb(144,75,157); }
td.TdClassName
{
border-color: #904B9D;
}
.TagClassName
{
border-color: #904B9D;
}
</style>