Shades of Violet Blue #955F90
Tints of Violet Blue #955F90
RGB
CMYK
RGB Variations
Color information
#955F90 (or 0x955F90) is known color: Violet Blue. HEX triplet: 95, 5F and 90. RGB value is (149,95,144). Sum of RGB (Red+Green+Blue) = 149+95+144=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #955F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955F90 is #6AA06F. Grayscale: #747474. Windows color (decimal): -6987888 or 9461653. OLE color: 9461653.
HSL color Cylindrical-coordinate representation of color #955F90: hue angle of 305.56º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #955F90 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 95 | 144 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.42 |
| HSL | 305.56º | 0.22% | 0.48% | - |
| HSV(B) | 305.56º | 0.36% | 0.58% | - |
| XYZ | 21.52 | 16.59 | 28.45 | - |
| YUV | 116.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 144 | 0 | 0.36 | 0.03 | 0.42 | 305.56 | 0.22 | 0.48 |
| Hex | 95 | 5F | 90 | 0 | 24 | 3 | 2A | 132 | 16 | 30 |
| Octal | 225 | 137 | 220 | 0 | 44 | 3 | 52 | 462 | 26 | 60 |
| Binary | 10010101 | 1011111 | 10010000 | 0 | 100100 | 11 | 101010 | 100110010 | 10110 | 110000 |
Color Harmonies of #955F90
Complementary color
Monochromatic Colors of #955F90
Black with #955F90
Text Example
Text Example
White with #955F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955F90; }
p { color: rgb(149,95,144); }
H1.HeaderClassName
{
color: #955F90;
}
.AnyTagClassName
{
color: #955F90;
}
</style>
background-color css
<style>
a { background-color: #955F90; }
a { background-color: rgb(149,95,144); }
div.DivClassName
{
background-color: #955F90;
}
.BgClassName
{
background-color: #955F90;
}
</style>
border-color css
<style>
span { border-color: #955F90; }
span { border-color: rgb(149,95,144); }
td.TdClassName
{
border-color: #955F90;
}
.TagClassName
{
border-color: #955F90;
}
</style>