Shades of True V #9077CD
Tints of True V #9077CD
RGB
CMYK
RGB Variations
Color information
#9077CD (or 0x9077CD) is known color: True V. HEX triplet: 90, 77 and CD. RGB value is (144,119,205). Sum of RGB (Red+Green+Blue) = 144+119+205=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #9077CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9077CD is #6F8832. Grayscale: #878787. Windows color (decimal): -7309363 or 13465488. OLE color: 13465488.
HSL color Cylindrical-coordinate representation of color #9077CD: hue angle of 257.44º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9077CD is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 119 | 205 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.20 |
| HSL | 257.44º | 0.46% | 0.64% | - |
| HSV(B) | 257.44º | 0.42% | 0.8% | - |
| XYZ | 29.12 | 23.53 | 60.76 | - |
| YUV | 136.28 | 166.78 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 119 | 205 | 0.30 | 0.42 | 0 | 0.20 | 257.44 | 0.46 | 0.64 |
| Hex | 90 | 77 | CD | 1E | 2A | 0 | 14 | 101 | 2E | 40 |
| Octal | 220 | 167 | 315 | 36 | 52 | 0 | 24 | 401 | 56 | 100 |
| Binary | 10010000 | 1110111 | 11001101 | 11110 | 101010 | 0 | 10100 | 100000001 | 101110 | 1000000 |
Color Harmonies of #9077CD
Complementary color
Monochromatic Colors of #9077CD
Black with #9077CD
Text Example
Text Example
White with #9077CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9077CD; }
p { color: rgb(144,119,205); }
H1.HeaderClassName
{
color: #9077CD;
}
.AnyTagClassName
{
color: #9077CD;
}
</style>
background-color css
<style>
a { background-color: #9077CD; }
a { background-color: rgb(144,119,205); }
div.DivClassName
{
background-color: #9077CD;
}
.BgClassName
{
background-color: #9077CD;
}
</style>
border-color css
<style>
span { border-color: #9077CD; }
span { border-color: rgb(144,119,205); }
td.TdClassName
{
border-color: #9077CD;
}
.TagClassName
{
border-color: #9077CD;
}
</style>