Shades of True V #967ECB
Tints of True V #967ECB
RGB
CMYK
RGB Variations
Color information
#967ECB (or 0x967ECB) is known color: True V. HEX triplet: 96, 7E and CB. RGB value is (150,126,203). Sum of RGB (Red+Green+Blue) = 150+126+203=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #967ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967ECB is #698134. Grayscale: #8D8D8D. Windows color (decimal): -6914357 or 13336214. OLE color: 13336214.
HSL color Cylindrical-coordinate representation of color #967ECB: hue angle of 258.7º 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 #967ECB is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 126 | 203 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.20 |
| HSL | 258.7º | 0.43% | 0.65% | - |
| HSV(B) | 258.7º | 0.38% | 0.8% | - |
| XYZ | 30.82 | 25.72 | 59.84 | - |
| YUV | 141.95 | 162.45 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 203 | 0.26 | 0.38 | 0 | 0.20 | 258.7 | 0.43 | 0.65 |
| Hex | 96 | 7E | CB | 1A | 26 | 0 | 14 | 103 | 2B | 41 |
| Octal | 226 | 176 | 313 | 32 | 46 | 0 | 24 | 403 | 53 | 101 |
| Binary | 10010110 | 1111110 | 11001011 | 11010 | 100110 | 0 | 10100 | 100000011 | 101011 | 1000001 |
Color Harmonies of #967ECB
Complementary color
Monochromatic Colors of #967ECB
Black with #967ECB
Text Example
Text Example
White with #967ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967ECB; }
p { color: rgb(150,126,203); }
H1.HeaderClassName
{
color: #967ECB;
}
.AnyTagClassName
{
color: #967ECB;
}
</style>
background-color css
<style>
a { background-color: #967ECB; }
a { background-color: rgb(150,126,203); }
div.DivClassName
{
background-color: #967ECB;
}
.BgClassName
{
background-color: #967ECB;
}
</style>
border-color css
<style>
span { border-color: #967ECB; }
span { border-color: rgb(150,126,203); }
td.TdClassName
{
border-color: #967ECB;
}
.TagClassName
{
border-color: #967ECB;
}
</style>