Shades of True V #9077BD
Tints of True V #9077BD
RGB
CMYK
RGB Variations
Color information
#9077BD (or 0x9077BD) is known color: True V. HEX triplet: 90, 77 and BD. RGB value is (144,119,189). Sum of RGB (Red+Green+Blue) = 144+119+189=452 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.86% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #9077BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9077BD is #6F8842. Grayscale: #868686. Windows color (decimal): -7309379 or 12416912. OLE color: 12416912.
HSL color Cylindrical-coordinate representation of color #9077BD: hue angle of 261.43º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9077BD is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 119 | 189 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.26 |
| HSL | 261.43º | 0.35% | 0.6% | - |
| HSV(B) | 261.43º | 0.37% | 0.74% | - |
| XYZ | 27.28 | 22.8 | 51.11 | - |
| YUV | 134.46 | 158.78 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 119 | 189 | 0.24 | 0.37 | 0 | 0.26 | 261.43 | 0.35 | 0.6 |
| Hex | 90 | 77 | BD | 18 | 25 | 0 | 1A | 105 | 23 | 3C |
| Octal | 220 | 167 | 275 | 30 | 45 | 0 | 32 | 405 | 43 | 74 |
| Binary | 10010000 | 1110111 | 10111101 | 11000 | 100101 | 0 | 11010 | 100000101 | 100011 | 111100 |
Color Harmonies of #9077BD
Complementary color
Monochromatic Colors of #9077BD
Black with #9077BD
Text Example
Text Example
White with #9077BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9077BD; }
p { color: rgb(144,119,189); }
H1.HeaderClassName
{
color: #9077BD;
}
.AnyTagClassName
{
color: #9077BD;
}
</style>
background-color css
<style>
a { background-color: #9077BD; }
a { background-color: rgb(144,119,189); }
div.DivClassName
{
background-color: #9077BD;
}
.BgClassName
{
background-color: #9077BD;
}
</style>
border-color css
<style>
span { border-color: #9077BD; }
span { border-color: rgb(144,119,189); }
td.TdClassName
{
border-color: #9077BD;
}
.TagClassName
{
border-color: #9077BD;
}
</style>