Shades of True V #957CC9
Tints of True V #957CC9
RGB
CMYK
RGB Variations
Color information
#957CC9 (or 0x957CC9) is known color: True V. HEX triplet: 95, 7C and C9. RGB value is (149,124,201). Sum of RGB (Red+Green+Blue) = 149+124+201=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #957CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957CC9 is #6A8336. Grayscale: #8B8B8B. Windows color (decimal): -6980407 or 13204629. OLE color: 13204629.
HSL color Cylindrical-coordinate representation of color #957CC9: hue angle of 259.48º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #957CC9 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 124 | 201 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.21 |
| HSL | 259.48º | 0.42% | 0.64% | - |
| HSV(B) | 259.48º | 0.38% | 0.79% | - |
| XYZ | 30.14 | 25.02 | 58.5 | - |
| YUV | 140.25 | 162.28 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 124 | 201 | 0.26 | 0.38 | 0 | 0.21 | 259.48 | 0.42 | 0.64 |
| Hex | 95 | 7C | C9 | 1A | 26 | 0 | 15 | 103 | 2A | 40 |
| Octal | 225 | 174 | 311 | 32 | 46 | 0 | 25 | 403 | 52 | 100 |
| Binary | 10010101 | 1111100 | 11001001 | 11010 | 100110 | 0 | 10101 | 100000011 | 101010 | 1000000 |
Color Harmonies of #957CC9
Complementary color
Monochromatic Colors of #957CC9
Black with #957CC9
Text Example
Text Example
White with #957CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957CC9; }
p { color: rgb(149,124,201); }
H1.HeaderClassName
{
color: #957CC9;
}
.AnyTagClassName
{
color: #957CC9;
}
</style>
background-color css
<style>
a { background-color: #957CC9; }
a { background-color: rgb(149,124,201); }
div.DivClassName
{
background-color: #957CC9;
}
.BgClassName
{
background-color: #957CC9;
}
</style>
border-color css
<style>
span { border-color: #957CC9; }
span { border-color: rgb(149,124,201); }
td.TdClassName
{
border-color: #957CC9;
}
.TagClassName
{
border-color: #957CC9;
}
</style>