Shades of Violet Blue #9E528B
Tints of Violet Blue #9E528B
RGB
CMYK
RGB Variations
Color information
#9E528B (or 0x9E528B) is known color: Violet Blue. HEX triplet: 9E, 52 and 8B. RGB value is (158,82,139). Sum of RGB (Red+Green+Blue) = 158+82+139=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 158 - color contains mainly: red. Hex color #9E528B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E528B is #61AD74. Grayscale: #6F6F6F. Windows color (decimal): -6401397 or 9130654. OLE color: 9130654.
HSL color Cylindrical-coordinate representation of color #9E528B: hue angle of 315º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E528B is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 82 | 139 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.38 |
| HSL | 315º | 0.32% | 0.47% | - |
| HSV(B) | 315º | 0.48% | 0.62% | - |
| XYZ | 21.78 | 15.17 | 26.21 | - |
| YUV | 111.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 82 | 139 | 0 | 0.48 | 0.12 | 0.38 | 315 | 0.32 | 0.47 |
| Hex | 9E | 52 | 8B | 0 | 30 | C | 26 | 13B | 20 | 2F |
| Octal | 236 | 122 | 213 | 0 | 60 | 14 | 46 | 473 | 40 | 57 |
| Binary | 10011110 | 1010010 | 10001011 | 0 | 110000 | 1100 | 100110 | 100111011 | 100000 | 101111 |
Color Harmonies of #9E528B
Complementary color
Monochromatic Colors of #9E528B
Black with #9E528B
Text Example
Text Example
White with #9E528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E528B; }
p { color: rgb(158,82,139); }
H1.HeaderClassName
{
color: #9E528B;
}
.AnyTagClassName
{
color: #9E528B;
}
</style>
background-color css
<style>
a { background-color: #9E528B; }
a { background-color: rgb(158,82,139); }
div.DivClassName
{
background-color: #9E528B;
}
.BgClassName
{
background-color: #9E528B;
}
</style>
border-color css
<style>
span { border-color: #9E528B; }
span { border-color: rgb(158,82,139); }
td.TdClassName
{
border-color: #9E528B;
}
.TagClassName
{
border-color: #9E528B;
}
</style>