Shades of True V #967ECE
Tints of True V #967ECE
RGB
CMYK
RGB Variations
Color information
#967ECE (or 0x967ECE) is known color: True V. HEX triplet: 96, 7E and CE. RGB value is (150,126,206). Sum of RGB (Red+Green+Blue) = 150+126+206=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #967ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967ECE is #698131. Grayscale: #8E8E8E. Windows color (decimal): -6914354 or 13532822. OLE color: 13532822.
HSL color Cylindrical-coordinate representation of color #967ECE: hue angle of 258º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #967ECE is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 126 | 206 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.19 |
| HSL | 258º | 0.45% | 0.65% | - |
| HSV(B) | 258º | 0.39% | 0.81% | - |
| XYZ | 31.18 | 25.86 | 61.74 | - |
| YUV | 142.3 | 163.95 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 206 | 0.27 | 0.39 | 0 | 0.19 | 258 | 0.45 | 0.65 |
| Hex | 96 | 7E | CE | 1B | 27 | 0 | 13 | 102 | 2D | 41 |
| Octal | 226 | 176 | 316 | 33 | 47 | 0 | 23 | 402 | 55 | 101 |
| Binary | 10010110 | 1111110 | 11001110 | 11011 | 100111 | 0 | 10011 | 100000010 | 101101 | 1000001 |
Color Harmonies of #967ECE
Complementary color
Monochromatic Colors of #967ECE
Black with #967ECE
Text Example
Text Example
White with #967ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967ECE; }
p { color: rgb(150,126,206); }
H1.HeaderClassName
{
color: #967ECE;
}
.AnyTagClassName
{
color: #967ECE;
}
</style>
background-color css
<style>
a { background-color: #967ECE; }
a { background-color: rgb(150,126,206); }
div.DivClassName
{
background-color: #967ECE;
}
.BgClassName
{
background-color: #967ECE;
}
</style>
border-color css
<style>
span { border-color: #967ECE; }
span { border-color: rgb(150,126,206); }
td.TdClassName
{
border-color: #967ECE;
}
.TagClassName
{
border-color: #967ECE;
}
</style>