Shades of Violet Blue #9E438C
Tints of Violet Blue #9E438C
RGB
CMYK
RGB Variations
Color information
#9E438C (or 0x9E438C) is known color: Violet Blue. HEX triplet: 9E, 43 and 8C. RGB value is (158,67,140). Sum of RGB (Red+Green+Blue) = 158+67+140=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 158 - color contains mainly: red. Hex color #9E438C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E438C is #61BC73. Grayscale: #666666. Windows color (decimal): -6405236 or 9192350. OLE color: 9192350.
HSL color Cylindrical-coordinate representation of color #9E438C: hue angle of 311.87º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E438C is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 67 | 140 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.38 |
| HSL | 311.87º | 0.4% | 0.44% | - |
| HSV(B) | 311.87º | 0.58% | 0.62% | - |
| XYZ | 20.84 | 13.18 | 26.26 | - |
| YUV | 102.53 | 149.15 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 67 | 140 | 0 | 0.58 | 0.11 | 0.38 | 311.87 | 0.4 | 0.44 |
| Hex | 9E | 43 | 8C | 0 | 3A | B | 26 | 138 | 28 | 2C |
| Octal | 236 | 103 | 214 | 0 | 72 | 13 | 46 | 470 | 50 | 54 |
| Binary | 10011110 | 1000011 | 10001100 | 0 | 111010 | 1011 | 100110 | 100111000 | 101000 | 101100 |
Color Harmonies of #9E438C
Complementary color
Monochromatic Colors of #9E438C
Black with #9E438C
Text Example
Text Example
White with #9E438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E438C; }
p { color: rgb(158,67,140); }
H1.HeaderClassName
{
color: #9E438C;
}
.AnyTagClassName
{
color: #9E438C;
}
</style>
background-color css
<style>
a { background-color: #9E438C; }
a { background-color: rgb(158,67,140); }
div.DivClassName
{
background-color: #9E438C;
}
.BgClassName
{
background-color: #9E438C;
}
</style>
border-color css
<style>
span { border-color: #9E438C; }
span { border-color: rgb(158,67,140); }
td.TdClassName
{
border-color: #9E438C;
}
.TagClassName
{
border-color: #9E438C;
}
</style>