Shades of True V #9076C1
Tints of True V #9076C1
RGB
CMYK
RGB Variations
Color information
#9076C1 (or 0x9076C1) is known color: True V. HEX triplet: 90, 76 and C1. RGB value is (144,118,193). Sum of RGB (Red+Green+Blue) = 144+118+193=455 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.65% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 193 - color contains mainly: blue. Hex color #9076C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9076C1 is #6F893E. Grayscale: #868686. Windows color (decimal): -7309631 or 12678800. OLE color: 12678800.
HSL color Cylindrical-coordinate representation of color #9076C1: hue angle of 260.8º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9076C1 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 118 | 193 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.24 |
| HSL | 260.8º | 0.38% | 0.61% | - |
| HSV(B) | 260.8º | 0.39% | 0.76% | - |
| XYZ | 27.61 | 22.74 | 53.39 | - |
| YUV | 134.32 | 161.11 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 118 | 193 | 0.25 | 0.39 | 0 | 0.24 | 260.8 | 0.38 | 0.61 |
| Hex | 90 | 76 | C1 | 19 | 27 | 0 | 18 | 105 | 26 | 3D |
| Octal | 220 | 166 | 301 | 31 | 47 | 0 | 30 | 405 | 46 | 75 |
| Binary | 10010000 | 1110110 | 11000001 | 11001 | 100111 | 0 | 11000 | 100000101 | 100110 | 111101 |
Color Harmonies of #9076C1
Complementary color
Monochromatic Colors of #9076C1
Black with #9076C1
Text Example
Text Example
White with #9076C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9076C1; }
p { color: rgb(144,118,193); }
H1.HeaderClassName
{
color: #9076C1;
}
.AnyTagClassName
{
color: #9076C1;
}
</style>
background-color css
<style>
a { background-color: #9076C1; }
a { background-color: rgb(144,118,193); }
div.DivClassName
{
background-color: #9076C1;
}
.BgClassName
{
background-color: #9076C1;
}
</style>
border-color css
<style>
span { border-color: #9076C1; }
span { border-color: rgb(144,118,193); }
td.TdClassName
{
border-color: #9076C1;
}
.TagClassName
{
border-color: #9076C1;
}
</style>