Shades of Violet Blue #95488C
Tints of Violet Blue #95488C
RGB
CMYK
RGB Variations
Color information
#95488C (or 0x95488C) is known color: Violet Blue. HEX triplet: 95, 48 and 8C. RGB value is (149,72,140). Sum of RGB (Red+Green+Blue) = 149+72+140=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #95488C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95488C is #6AB773. Grayscale: #666666. Windows color (decimal): -6993780 or 9193621. OLE color: 9193621.
HSL color Cylindrical-coordinate representation of color #95488C: hue angle of 307.01º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95488C is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 72 | 140 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.42 |
| HSL | 307.01º | 0.35% | 0.43% | - |
| HSV(B) | 307.01º | 0.52% | 0.58% | - |
| XYZ | 19.45 | 12.92 | 26.28 | - |
| YUV | 102.78 | 149.01 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 72 | 140 | 0 | 0.52 | 0.06 | 0.42 | 307.01 | 0.35 | 0.43 |
| Hex | 95 | 48 | 8C | 0 | 34 | 6 | 2A | 133 | 23 | 2B |
| Octal | 225 | 110 | 214 | 0 | 64 | 6 | 52 | 463 | 43 | 53 |
| Binary | 10010101 | 1001000 | 10001100 | 0 | 110100 | 110 | 101010 | 100110011 | 100011 | 101011 |
Color Harmonies of #95488C
Complementary color
Monochromatic Colors of #95488C
Black with #95488C
Text Example
Text Example
White with #95488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95488C; }
p { color: rgb(149,72,140); }
H1.HeaderClassName
{
color: #95488C;
}
.AnyTagClassName
{
color: #95488C;
}
</style>
background-color css
<style>
a { background-color: #95488C; }
a { background-color: rgb(149,72,140); }
div.DivClassName
{
background-color: #95488C;
}
.BgClassName
{
background-color: #95488C;
}
</style>
border-color css
<style>
span { border-color: #95488C; }
span { border-color: rgb(149,72,140); }
td.TdClassName
{
border-color: #95488C;
}
.TagClassName
{
border-color: #95488C;
}
</style>