Shades of Violet Blue #995093
Tints of Violet Blue #995093
RGB
CMYK
RGB Variations
Color information
#995093 (or 0x995093) is known color: Violet Blue. HEX triplet: 99, 50 and 93. RGB value is (153,80,147). Sum of RGB (Red+Green+Blue) = 153+80+147=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #995093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995093 is #66AF6C. Grayscale: #6D6D6D. Windows color (decimal): -6729581 or 9654425. OLE color: 9654425.
HSL color Cylindrical-coordinate representation of color #995093: hue angle of 304.93º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #995093 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 80 | 147 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.4 |
| HSL | 304.93º | 0.31% | 0.46% | - |
| HSV(B) | 304.93º | 0.48% | 0.6% | - |
| XYZ | 21.27 | 14.62 | 29.3 | - |
| YUV | 109.47 | 149.18 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 80 | 147 | 0 | 0.48 | 0.04 | 0.4 | 304.93 | 0.31 | 0.46 |
| Hex | 99 | 50 | 93 | 0 | 30 | 4 | 28 | 131 | 1F | 2E |
| Octal | 231 | 120 | 223 | 0 | 60 | 4 | 50 | 461 | 37 | 56 |
| Binary | 10011001 | 1010000 | 10010011 | 0 | 110000 | 100 | 101000 | 100110001 | 11111 | 101110 |
Color Harmonies of #995093
Complementary color
Monochromatic Colors of #995093
Black with #995093
Text Example
Text Example
White with #995093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995093; }
p { color: rgb(153,80,147); }
H1.HeaderClassName
{
color: #995093;
}
.AnyTagClassName
{
color: #995093;
}
</style>
background-color css
<style>
a { background-color: #995093; }
a { background-color: rgb(153,80,147); }
div.DivClassName
{
background-color: #995093;
}
.BgClassName
{
background-color: #995093;
}
</style>
border-color css
<style>
span { border-color: #995093; }
span { border-color: rgb(153,80,147); }
td.TdClassName
{
border-color: #995093;
}
.TagClassName
{
border-color: #995093;
}
</style>