Shades of True V #997ECB
Tints of True V #997ECB
RGB
CMYK
RGB Variations
Color information
#997ECB (or 0x997ECB) is known color: True V. HEX triplet: 99, 7E and CB. RGB value is (153,126,203). Sum of RGB (Red+Green+Blue) = 153+126+203=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #997ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997ECB is #668134. Grayscale: #8E8E8E. Windows color (decimal): -6717749 or 13336217. OLE color: 13336217.
HSL color Cylindrical-coordinate representation of color #997ECB: hue angle of 261.04º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #997ECB is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 126 | 203 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.20 |
| HSL | 261.04º | 0.43% | 0.65% | - |
| HSV(B) | 261.04º | 0.38% | 0.8% | - |
| XYZ | 31.38 | 26.01 | 59.87 | - |
| YUV | 142.85 | 161.95 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 126 | 203 | 0.25 | 0.38 | 0 | 0.20 | 261.04 | 0.43 | 0.65 |
| Hex | 99 | 7E | CB | 19 | 26 | 0 | 14 | 105 | 2B | 41 |
| Octal | 231 | 176 | 313 | 31 | 46 | 0 | 24 | 405 | 53 | 101 |
| Binary | 10011001 | 1111110 | 11001011 | 11001 | 100110 | 0 | 10100 | 100000101 | 101011 | 1000001 |
Color Harmonies of #997ECB
Complementary color
Monochromatic Colors of #997ECB
Black with #997ECB
Text Example
Text Example
White with #997ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997ECB; }
p { color: rgb(153,126,203); }
H1.HeaderClassName
{
color: #997ECB;
}
.AnyTagClassName
{
color: #997ECB;
}
</style>
background-color css
<style>
a { background-color: #997ECB; }
a { background-color: rgb(153,126,203); }
div.DivClassName
{
background-color: #997ECB;
}
.BgClassName
{
background-color: #997ECB;
}
</style>
border-color css
<style>
span { border-color: #997ECB; }
span { border-color: rgb(153,126,203); }
td.TdClassName
{
border-color: #997ECB;
}
.TagClassName
{
border-color: #997ECB;
}
</style>