Shades of True V #9077CC
Tints of True V #9077CC
RGB
CMYK
RGB Variations
Color information
#9077CC (or 0x9077CC) is known color: True V. HEX triplet: 90, 77 and CC. RGB value is (144,119,204). Sum of RGB (Red+Green+Blue) = 144+119+204=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #9077CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9077CC is #6F8833. Grayscale: #878787. Windows color (decimal): -7309364 or 13399952. OLE color: 13399952.
HSL color Cylindrical-coordinate representation of color #9077CC: hue angle of 257.65º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9077CC is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 119 | 204 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.2 |
| HSL | 257.65º | 0.45% | 0.63% | - |
| HSV(B) | 257.65º | 0.42% | 0.8% | - |
| XYZ | 29 | 23.48 | 60.13 | - |
| YUV | 136.17 | 166.28 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 119 | 204 | 0.29 | 0.42 | 0 | 0.2 | 257.65 | 0.45 | 0.63 |
| Hex | 90 | 77 | CC | 1D | 2A | 0 | 14 | 102 | 2D | 3F |
| Octal | 220 | 167 | 314 | 35 | 52 | 0 | 24 | 402 | 55 | 77 |
| Binary | 10010000 | 1110111 | 11001100 | 11101 | 101010 | 0 | 10100 | 100000010 | 101101 | 111111 |
Color Harmonies of #9077CC
Complementary color
Monochromatic Colors of #9077CC
Black with #9077CC
Text Example
Text Example
White with #9077CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9077CC; }
p { color: rgb(144,119,204); }
H1.HeaderClassName
{
color: #9077CC;
}
.AnyTagClassName
{
color: #9077CC;
}
</style>
background-color css
<style>
a { background-color: #9077CC; }
a { background-color: rgb(144,119,204); }
div.DivClassName
{
background-color: #9077CC;
}
.BgClassName
{
background-color: #9077CC;
}
</style>
border-color css
<style>
span { border-color: #9077CC; }
span { border-color: rgb(144,119,204); }
td.TdClassName
{
border-color: #9077CC;
}
.TagClassName
{
border-color: #9077CC;
}
</style>