Shades of Violet Blue #95509E
Tints of Violet Blue #95509E
RGB
CMYK
RGB Variations
Color information
#95509E (or 0x95509E) is known color: Violet Blue. HEX triplet: 95, 50 and 9E. RGB value is (149,80,158). Sum of RGB (Red+Green+Blue) = 149+80+158=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 158 - color contains mainly: blue. Hex color #95509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95509E is #6AAF61. Grayscale: #6D6D6D. Windows color (decimal): -6991714 or 10375317. OLE color: 10375317.
HSL color Cylindrical-coordinate representation of color #95509E: hue angle of 293.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 #95509E is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 80 | 158 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.38 |
| HSL | 293.08º | 0.33% | 0.47% | - |
| HSV(B) | 293.08º | 0.49% | 0.62% | - |
| XYZ | 21.43 | 14.6 | 34.04 | - |
| YUV | 109.52 | 155.36 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 158 | 0.06 | 0.49 | 0 | 0.38 | 293.08 | 0.33 | 0.47 |
| Hex | 95 | 50 | 9E | 6 | 31 | 0 | 26 | 125 | 21 | 2F |
| Octal | 225 | 120 | 236 | 6 | 61 | 0 | 46 | 445 | 41 | 57 |
| Binary | 10010101 | 1010000 | 10011110 | 110 | 110001 | 0 | 100110 | 100100101 | 100001 | 101111 |
Color Harmonies of #95509E
Complementary color
Monochromatic Colors of #95509E
Black with #95509E
Text Example
Text Example
White with #95509E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95509E; }
p { color: rgb(149,80,158); }
H1.HeaderClassName
{
color: #95509E;
}
.AnyTagClassName
{
color: #95509E;
}
</style>
background-color css
<style>
a { background-color: #95509E; }
a { background-color: rgb(149,80,158); }
div.DivClassName
{
background-color: #95509E;
}
.BgClassName
{
background-color: #95509E;
}
</style>
border-color css
<style>
span { border-color: #95509E; }
span { border-color: rgb(149,80,158); }
td.TdClassName
{
border-color: #95509E;
}
.TagClassName
{
border-color: #95509E;
}
</style>