Shades of True V #957ED1
Tints of True V #957ED1
RGB
CMYK
RGB Variations
Color information
#957ED1 (or 0x957ED1) is known color: True V. HEX triplet: 95, 7E and D1. RGB value is (149,126,209). Sum of RGB (Red+Green+Blue) = 149+126+209=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 209 - color contains mainly: blue. Hex color #957ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957ED1 is #6A812E. Grayscale: #8E8E8E. Windows color (decimal): -6979887 or 13729429. OLE color: 13729429.
HSL color Cylindrical-coordinate representation of color #957ED1: hue angle of 256.63º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #957ED1 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 126 | 209 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.18 |
| HSL | 256.63º | 0.47% | 0.66% | - |
| HSV(B) | 256.63º | 0.4% | 0.82% | - |
| XYZ | 31.36 | 25.91 | 63.67 | - |
| YUV | 142.34 | 165.62 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 126 | 209 | 0.29 | 0.40 | 0 | 0.18 | 256.63 | 0.47 | 0.66 |
| Hex | 95 | 7E | D1 | 1D | 28 | 0 | 12 | 101 | 2F | 42 |
| Octal | 225 | 176 | 321 | 35 | 50 | 0 | 22 | 401 | 57 | 102 |
| Binary | 10010101 | 1111110 | 11010001 | 11101 | 101000 | 0 | 10010 | 100000001 | 101111 | 1000010 |
Color Harmonies of #957ED1
Complementary color
Monochromatic Colors of #957ED1
Black with #957ED1
Text Example
Text Example
White with #957ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957ED1; }
p { color: rgb(149,126,209); }
H1.HeaderClassName
{
color: #957ED1;
}
.AnyTagClassName
{
color: #957ED1;
}
</style>
background-color css
<style>
a { background-color: #957ED1; }
a { background-color: rgb(149,126,209); }
div.DivClassName
{
background-color: #957ED1;
}
.BgClassName
{
background-color: #957ED1;
}
</style>
border-color css
<style>
span { border-color: #957ED1; }
span { border-color: rgb(149,126,209); }
td.TdClassName
{
border-color: #957ED1;
}
.TagClassName
{
border-color: #957ED1;
}
</style>