Shades of True V #9076BE
Tints of True V #9076BE
RGB
CMYK
RGB Variations
Color information
#9076BE (or 0x9076BE) is known color: True V. HEX triplet: 90, 76 and BE. RGB value is (144,118,190). Sum of RGB (Red+Green+Blue) = 144+118+190=452 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.86% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #9076BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9076BE is #6F8941. Grayscale: #858585. Windows color (decimal): -7309634 or 12482192. OLE color: 12482192.
HSL color Cylindrical-coordinate representation of color #9076BE: hue angle of 261.67º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9076BE is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 118 | 190 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.25 |
| HSL | 261.67º | 0.36% | 0.6% | - |
| HSV(B) | 261.67º | 0.38% | 0.75% | - |
| XYZ | 27.27 | 22.6 | 51.64 | - |
| YUV | 133.98 | 159.61 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 118 | 190 | 0.24 | 0.38 | 0 | 0.25 | 261.67 | 0.36 | 0.6 |
| Hex | 90 | 76 | BE | 18 | 26 | 0 | 19 | 106 | 24 | 3C |
| Octal | 220 | 166 | 276 | 30 | 46 | 0 | 31 | 406 | 44 | 74 |
| Binary | 10010000 | 1110110 | 10111110 | 11000 | 100110 | 0 | 11001 | 100000110 | 100100 | 111100 |
Color Harmonies of #9076BE
Complementary color
Monochromatic Colors of #9076BE
Black with #9076BE
Text Example
Text Example
White with #9076BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9076BE; }
p { color: rgb(144,118,190); }
H1.HeaderClassName
{
color: #9076BE;
}
.AnyTagClassName
{
color: #9076BE;
}
</style>
background-color css
<style>
a { background-color: #9076BE; }
a { background-color: rgb(144,118,190); }
div.DivClassName
{
background-color: #9076BE;
}
.BgClassName
{
background-color: #9076BE;
}
</style>
border-color css
<style>
span { border-color: #9076BE; }
span { border-color: rgb(144,118,190); }
td.TdClassName
{
border-color: #9076BE;
}
.TagClassName
{
border-color: #9076BE;
}
</style>