Shades of True V #957DC1
Tints of True V #957DC1
RGB
CMYK
RGB Variations
Color information
#957DC1 (or 0x957DC1) is known color: True V. HEX triplet: 95, 7D and C1. RGB value is (149,125,193). Sum of RGB (Red+Green+Blue) = 149+125+193=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #957DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957DC1 is #6A823E. Grayscale: #8B8B8B. Windows color (decimal): -6980159 or 12680597. OLE color: 12680597.
HSL color Cylindrical-coordinate representation of color #957DC1: hue angle of 261.18º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #957DC1 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 125 | 193 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.24 |
| HSL | 261.18º | 0.35% | 0.62% | - |
| HSV(B) | 261.18º | 0.35% | 0.76% | - |
| XYZ | 29.35 | 24.91 | 53.71 | - |
| YUV | 139.93 | 157.95 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 193 | 0.23 | 0.35 | 0 | 0.24 | 261.18 | 0.35 | 0.62 |
| Hex | 95 | 7D | C1 | 17 | 23 | 0 | 18 | 105 | 23 | 3E |
| Octal | 225 | 175 | 301 | 27 | 43 | 0 | 30 | 405 | 43 | 76 |
| Binary | 10010101 | 1111101 | 11000001 | 10111 | 100011 | 0 | 11000 | 100000101 | 100011 | 111110 |
Color Harmonies of #957DC1
Complementary color
Monochromatic Colors of #957DC1
Black with #957DC1
Text Example
Text Example
White with #957DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957DC1; }
p { color: rgb(149,125,193); }
H1.HeaderClassName
{
color: #957DC1;
}
.AnyTagClassName
{
color: #957DC1;
}
</style>
background-color css
<style>
a { background-color: #957DC1; }
a { background-color: rgb(149,125,193); }
div.DivClassName
{
background-color: #957DC1;
}
.BgClassName
{
background-color: #957DC1;
}
</style>
border-color css
<style>
span { border-color: #957DC1; }
span { border-color: rgb(149,125,193); }
td.TdClassName
{
border-color: #957DC1;
}
.TagClassName
{
border-color: #957DC1;
}
</style>