Shades of True V #916ECE
Tints of True V #916ECE
RGB
CMYK
RGB Variations
Color information
#916ECE (or 0x916ECE) is known color: True V. HEX triplet: 91, 6E and CE. RGB value is (145,110,206). Sum of RGB (Red+Green+Blue) = 145+110+206=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #916ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916ECE is #6E9131. Grayscale: #838383. Windows color (decimal): -7246130 or 13528721. OLE color: 13528721.
HSL color Cylindrical-coordinate representation of color #916ECE: hue angle of 261.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #916ECE is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 110 | 206 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.19 |
| HSL | 261.88º | 0.49% | 0.62% | - |
| HSV(B) | 261.88º | 0.47% | 0.81% | - |
| XYZ | 28.39 | 21.63 | 61.07 | - |
| YUV | 131.41 | 170.1 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 206 | 0.30 | 0.47 | 0 | 0.19 | 261.88 | 0.49 | 0.62 |
| Hex | 91 | 6E | CE | 1E | 2F | 0 | 13 | 106 | 31 | 3E |
| Octal | 221 | 156 | 316 | 36 | 57 | 0 | 23 | 406 | 61 | 76 |
| Binary | 10010001 | 1101110 | 11001110 | 11110 | 101111 | 0 | 10011 | 100000110 | 110001 | 111110 |
Color Harmonies of #916ECE
Complementary color
Monochromatic Colors of #916ECE
Black with #916ECE
Text Example
Text Example
White with #916ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916ECE; }
p { color: rgb(145,110,206); }
H1.HeaderClassName
{
color: #916ECE;
}
.AnyTagClassName
{
color: #916ECE;
}
</style>
background-color css
<style>
a { background-color: #916ECE; }
a { background-color: rgb(145,110,206); }
div.DivClassName
{
background-color: #916ECE;
}
.BgClassName
{
background-color: #916ECE;
}
</style>
border-color css
<style>
span { border-color: #916ECE; }
span { border-color: rgb(145,110,206); }
td.TdClassName
{
border-color: #916ECE;
}
.TagClassName
{
border-color: #916ECE;
}
</style>