Shades of Violet Blue #934B95
Tints of Violet Blue #934B95
RGB
CMYK
RGB Variations
Color information
#934B95 (or 0x934B95) is known color: Violet Blue. HEX triplet: 93, 4B and 95. RGB value is (147,75,149). Sum of RGB (Red+Green+Blue) = 147+75+149=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #934B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #934B95 is #6CB46A. Grayscale: #686868. Windows color (decimal): -7124075 or 9784211. OLE color: 9784211.
HSL color Cylindrical-coordinate representation of color #934B95: hue angle of 298.38º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #934B95 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 75 | 149 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.42 |
| HSL | 298.38º | 0.33% | 0.44% | - |
| HSV(B) | 298.38º | 0.5% | 0.58% | - |
| XYZ | 19.97 | 13.41 | 29.97 | - |
| YUV | 104.96 | 152.85 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 75 | 149 | 0.01 | 0.50 | 0 | 0.42 | 298.38 | 0.33 | 0.44 |
| Hex | 93 | 4B | 95 | 1 | 32 | 0 | 2A | 12A | 21 | 2C |
| Octal | 223 | 113 | 225 | 1 | 62 | 0 | 52 | 452 | 41 | 54 |
| Binary | 10010011 | 1001011 | 10010101 | 1 | 110010 | 0 | 101010 | 100101010 | 100001 | 101100 |
Color Harmonies of #934B95
Complementary color
Monochromatic Colors of #934B95
Black with #934B95
Text Example
Text Example
White with #934B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934B95; }
p { color: rgb(147,75,149); }
H1.HeaderClassName
{
color: #934B95;
}
.AnyTagClassName
{
color: #934B95;
}
</style>
background-color css
<style>
a { background-color: #934B95; }
a { background-color: rgb(147,75,149); }
div.DivClassName
{
background-color: #934B95;
}
.BgClassName
{
background-color: #934B95;
}
</style>
border-color css
<style>
span { border-color: #934B95; }
span { border-color: rgb(147,75,149); }
td.TdClassName
{
border-color: #934B95;
}
.TagClassName
{
border-color: #934B95;
}
</style>