Shades of True V #957AC9
Tints of True V #957AC9
RGB
CMYK
RGB Variations
Color information
#957AC9 (or 0x957AC9) is known color: True V. HEX triplet: 95, 7A and C9. RGB value is (149,122,201). Sum of RGB (Red+Green+Blue) = 149+122+201=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #957AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957AC9 is #6A8536. Grayscale: #8A8A8A. Windows color (decimal): -6980919 or 13204117. OLE color: 13204117.
HSL color Cylindrical-coordinate representation of color #957AC9: hue angle of 260.51º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #957AC9 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 122 | 201 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.21 |
| HSL | 260.51º | 0.42% | 0.63% | - |
| HSV(B) | 260.51º | 0.39% | 0.79% | - |
| XYZ | 29.9 | 24.53 | 58.42 | - |
| YUV | 139.08 | 162.95 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 122 | 201 | 0.26 | 0.39 | 0 | 0.21 | 260.51 | 0.42 | 0.63 |
| Hex | 95 | 7A | C9 | 1A | 27 | 0 | 15 | 105 | 2A | 3F |
| Octal | 225 | 172 | 311 | 32 | 47 | 0 | 25 | 405 | 52 | 77 |
| Binary | 10010101 | 1111010 | 11001001 | 11010 | 100111 | 0 | 10101 | 100000101 | 101010 | 111111 |
Color Harmonies of #957AC9
Complementary color
Monochromatic Colors of #957AC9
Black with #957AC9
Text Example
Text Example
White with #957AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957AC9; }
p { color: rgb(149,122,201); }
H1.HeaderClassName
{
color: #957AC9;
}
.AnyTagClassName
{
color: #957AC9;
}
</style>
background-color css
<style>
a { background-color: #957AC9; }
a { background-color: rgb(149,122,201); }
div.DivClassName
{
background-color: #957AC9;
}
.BgClassName
{
background-color: #957AC9;
}
</style>
border-color css
<style>
span { border-color: #957AC9; }
span { border-color: rgb(149,122,201); }
td.TdClassName
{
border-color: #957AC9;
}
.TagClassName
{
border-color: #957AC9;
}
</style>