Shades of Violet Blue #9E509A
Tints of Violet Blue #9E509A
RGB
CMYK
RGB Variations
Color information
#9E509A (or 0x9E509A) is known color: Violet Blue. HEX triplet: 9E, 50 and 9A. RGB value is (158,80,154). Sum of RGB (Red+Green+Blue) = 158+80+154=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 158 - color contains mainly: red. Hex color #9E509A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E509A is #61AF65. Grayscale: #6F6F6F. Windows color (decimal): -6401894 or 10113182. OLE color: 10113182.
HSL color Cylindrical-coordinate representation of color #9E509A: hue angle of 303.08º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E509A is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 80 | 154 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.38 |
| HSL | 303.08º | 0.33% | 0.47% | - |
| HSV(B) | 303.08º | 0.49% | 0.62% | - |
| XYZ | 22.8 | 15.34 | 32.33 | - |
| YUV | 111.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 80 | 154 | 0 | 0.49 | 0.03 | 0.38 | 303.08 | 0.33 | 0.47 |
| Hex | 9E | 50 | 9A | 0 | 31 | 3 | 26 | 12F | 21 | 2F |
| Octal | 236 | 120 | 232 | 0 | 61 | 3 | 46 | 457 | 41 | 57 |
| Binary | 10011110 | 1010000 | 10011010 | 0 | 110001 | 11 | 100110 | 100101111 | 100001 | 101111 |
Color Harmonies of #9E509A
Complementary color
Monochromatic Colors of #9E509A
Black with #9E509A
Text Example
Text Example
White with #9E509A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E509A; }
p { color: rgb(158,80,154); }
H1.HeaderClassName
{
color: #9E509A;
}
.AnyTagClassName
{
color: #9E509A;
}
</style>
background-color css
<style>
a { background-color: #9E509A; }
a { background-color: rgb(158,80,154); }
div.DivClassName
{
background-color: #9E509A;
}
.BgClassName
{
background-color: #9E509A;
}
</style>
border-color css
<style>
span { border-color: #9E509A; }
span { border-color: rgb(158,80,154); }
td.TdClassName
{
border-color: #9E509A;
}
.TagClassName
{
border-color: #9E509A;
}
</style>