Shades of True V #9076CB
Tints of True V #9076CB
RGB
CMYK
RGB Variations
Color information
#9076CB (or 0x9076CB) is known color: True V. HEX triplet: 90, 76 and CB. RGB value is (144,118,203). Sum of RGB (Red+Green+Blue) = 144+118+203=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #9076CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9076CB is #6F8934. Grayscale: #878787. Windows color (decimal): -7309621 or 13334160. OLE color: 13334160.
HSL color Cylindrical-coordinate representation of color #9076CB: hue angle of 258.35º 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 #9076CB is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 118 | 203 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.20 |
| HSL | 258.35º | 0.45% | 0.63% | - |
| HSV(B) | 258.35º | 0.42% | 0.8% | - |
| XYZ | 28.76 | 23.2 | 59.46 | - |
| YUV | 135.46 | 166.11 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 118 | 203 | 0.29 | 0.42 | 0 | 0.20 | 258.35 | 0.45 | 0.63 |
| Hex | 90 | 76 | CB | 1D | 2A | 0 | 14 | 102 | 2D | 3F |
| Octal | 220 | 166 | 313 | 35 | 52 | 0 | 24 | 402 | 55 | 77 |
| Binary | 10010000 | 1110110 | 11001011 | 11101 | 101010 | 0 | 10100 | 100000010 | 101101 | 111111 |
Color Harmonies of #9076CB
Complementary color
Monochromatic Colors of #9076CB
Black with #9076CB
Text Example
Text Example
White with #9076CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9076CB; }
p { color: rgb(144,118,203); }
H1.HeaderClassName
{
color: #9076CB;
}
.AnyTagClassName
{
color: #9076CB;
}
</style>
background-color css
<style>
a { background-color: #9076CB; }
a { background-color: rgb(144,118,203); }
div.DivClassName
{
background-color: #9076CB;
}
.BgClassName
{
background-color: #9076CB;
}
</style>
border-color css
<style>
span { border-color: #9076CB; }
span { border-color: rgb(144,118,203); }
td.TdClassName
{
border-color: #9076CB;
}
.TagClassName
{
border-color: #9076CB;
}
</style>