Shades of True V #9277C1
Tints of True V #9277C1
RGB
CMYK
RGB Variations
Color information
#9277C1 (or 0x9277C1) is known color: True V. HEX triplet: 92, 77 and C1. RGB value is (146,119,193). Sum of RGB (Red+Green+Blue) = 146+119+193=458 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.88% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 193 - color contains mainly: blue. Hex color #9277C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9277C1 is #6D883E. Grayscale: #878787. Windows color (decimal): -7178303 or 12679058. OLE color: 12679058.
HSL color Cylindrical-coordinate representation of color #9277C1: hue angle of 261.89º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9277C1 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 119 | 193 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.24 |
| HSL | 261.89º | 0.37% | 0.61% | - |
| HSV(B) | 261.89º | 0.38% | 0.76% | - |
| XYZ | 28.08 | 23.15 | 53.44 | - |
| YUV | 135.51 | 160.45 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 119 | 193 | 0.24 | 0.38 | 0 | 0.24 | 261.89 | 0.37 | 0.61 |
| Hex | 92 | 77 | C1 | 18 | 26 | 0 | 18 | 106 | 25 | 3D |
| Octal | 222 | 167 | 301 | 30 | 46 | 0 | 30 | 406 | 45 | 75 |
| Binary | 10010010 | 1110111 | 11000001 | 11000 | 100110 | 0 | 11000 | 100000110 | 100101 | 111101 |
Color Harmonies of #9277C1
Complementary color
Monochromatic Colors of #9277C1
Black with #9277C1
Text Example
Text Example
White with #9277C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9277C1; }
p { color: rgb(146,119,193); }
H1.HeaderClassName
{
color: #9277C1;
}
.AnyTagClassName
{
color: #9277C1;
}
</style>
background-color css
<style>
a { background-color: #9277C1; }
a { background-color: rgb(146,119,193); }
div.DivClassName
{
background-color: #9277C1;
}
.BgClassName
{
background-color: #9277C1;
}
</style>
border-color css
<style>
span { border-color: #9277C1; }
span { border-color: rgb(146,119,193); }
td.TdClassName
{
border-color: #9277C1;
}
.TagClassName
{
border-color: #9277C1;
}
</style>