Shades of True V #9277CB
Tints of True V #9277CB
RGB
CMYK
RGB Variations
Color information
#9277CB (or 0x9277CB) is known color: True V. HEX triplet: 92, 77 and CB. RGB value is (146,119,203). Sum of RGB (Red+Green+Blue) = 146+119+203=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #9277CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9277CB is #6D8834. Grayscale: #888888. Windows color (decimal): -7178293 or 13334418. OLE color: 13334418.
HSL color Cylindrical-coordinate representation of color #9277CB: hue angle of 259.29º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9277CB is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 119 | 203 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.20 |
| HSL | 259.29º | 0.45% | 0.63% | - |
| HSV(B) | 259.29º | 0.41% | 0.8% | - |
| XYZ | 29.23 | 23.62 | 59.52 | - |
| YUV | 136.65 | 165.45 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 119 | 203 | 0.28 | 0.41 | 0 | 0.20 | 259.29 | 0.45 | 0.63 |
| Hex | 92 | 77 | CB | 1C | 29 | 0 | 14 | 103 | 2D | 3F |
| Octal | 222 | 167 | 313 | 34 | 51 | 0 | 24 | 403 | 55 | 77 |
| Binary | 10010010 | 1110111 | 11001011 | 11100 | 101001 | 0 | 10100 | 100000011 | 101101 | 111111 |
Color Harmonies of #9277CB
Complementary color
Monochromatic Colors of #9277CB
Black with #9277CB
Text Example
Text Example
White with #9277CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9277CB; }
p { color: rgb(146,119,203); }
H1.HeaderClassName
{
color: #9277CB;
}
.AnyTagClassName
{
color: #9277CB;
}
</style>
background-color css
<style>
a { background-color: #9277CB; }
a { background-color: rgb(146,119,203); }
div.DivClassName
{
background-color: #9277CB;
}
.BgClassName
{
background-color: #9277CB;
}
</style>
border-color css
<style>
span { border-color: #9277CB; }
span { border-color: rgb(146,119,203); }
td.TdClassName
{
border-color: #9277CB;
}
.TagClassName
{
border-color: #9277CB;
}
</style>