Shades of Violet Blue #9E509C
Tints of Violet Blue #9E509C
RGB
CMYK
RGB Variations
Color information
#9E509C (or 0x9E509C) is known color: Violet Blue. HEX triplet: 9E, 50 and 9C. RGB value is (158,80,156). Sum of RGB (Red+Green+Blue) = 158+80+156=394 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.10% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 158 - color contains mainly: red. Hex color #9E509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E509C is #61AF63. Grayscale: #6F6F6F. Windows color (decimal): -6401892 or 10244254. OLE color: 10244254.
HSL color Cylindrical-coordinate representation of color #9E509C: hue angle of 301.54º 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 #9E509C is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 80 | 156 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.38 |
| HSL | 301.54º | 0.33% | 0.47% | - |
| HSV(B) | 301.54º | 0.49% | 0.62% | - |
| XYZ | 22.97 | 15.41 | 33.22 | - |
| YUV | 111.99 | 152.84 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 80 | 156 | 0 | 0.49 | 0.01 | 0.38 | 301.54 | 0.33 | 0.47 |
| Hex | 9E | 50 | 9C | 0 | 31 | 1 | 26 | 12E | 21 | 2F |
| Octal | 236 | 120 | 234 | 0 | 61 | 1 | 46 | 456 | 41 | 57 |
| Binary | 10011110 | 1010000 | 10011100 | 0 | 110001 | 1 | 100110 | 100101110 | 100001 | 101111 |
Color Harmonies of #9E509C
Complementary color
Monochromatic Colors of #9E509C
Black with #9E509C
Text Example
Text Example
White with #9E509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E509C; }
p { color: rgb(158,80,156); }
H1.HeaderClassName
{
color: #9E509C;
}
.AnyTagClassName
{
color: #9E509C;
}
</style>
background-color css
<style>
a { background-color: #9E509C; }
a { background-color: rgb(158,80,156); }
div.DivClassName
{
background-color: #9E509C;
}
.BgClassName
{
background-color: #9E509C;
}
</style>
border-color css
<style>
span { border-color: #9E509C; }
span { border-color: rgb(158,80,156); }
td.TdClassName
{
border-color: #9E509C;
}
.TagClassName
{
border-color: #9E509C;
}
</style>