Shades of True V #9080BE
Tints of True V #9080BE
RGB
CMYK
RGB Variations
Color information
#9080BE (or 0x9080BE) is known color: True V. HEX triplet: 90, 80 and BE. RGB value is (144,128,190). Sum of RGB (Red+Green+Blue) = 144+128+190=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #9080BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9080BE is #6F7F41. Grayscale: #8B8B8B. Windows color (decimal): -7307074 or 12484752. OLE color: 12484752.
HSL color Cylindrical-coordinate representation of color #9080BE: hue angle of 255.48º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9080BE is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 128 | 190 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.25 |
| HSL | 255.48º | 0.32% | 0.62% | - |
| HSV(B) | 255.48º | 0.33% | 0.75% | - |
| XYZ | 28.52 | 25.09 | 52.05 | - |
| YUV | 139.85 | 156.3 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 128 | 190 | 0.24 | 0.33 | 0 | 0.25 | 255.48 | 0.32 | 0.62 |
| Hex | 90 | 80 | BE | 18 | 21 | 0 | 19 | FF | 20 | 3E |
| Octal | 220 | 200 | 276 | 30 | 41 | 0 | 31 | 377 | 40 | 76 |
| Binary | 10010000 | 10000000 | 10111110 | 11000 | 100001 | 0 | 11001 | 11111111 | 100000 | 111110 |
Color Harmonies of #9080BE
Complementary color
Monochromatic Colors of #9080BE
Black with #9080BE
Text Example
Text Example
White with #9080BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9080BE; }
p { color: rgb(144,128,190); }
H1.HeaderClassName
{
color: #9080BE;
}
.AnyTagClassName
{
color: #9080BE;
}
</style>
background-color css
<style>
a { background-color: #9080BE; }
a { background-color: rgb(144,128,190); }
div.DivClassName
{
background-color: #9080BE;
}
.BgClassName
{
background-color: #9080BE;
}
</style>
border-color css
<style>
span { border-color: #9080BE; }
span { border-color: rgb(144,128,190); }
td.TdClassName
{
border-color: #9080BE;
}
.TagClassName
{
border-color: #9080BE;
}
</style>