Shades of True V #9276CA
Tints of True V #9276CA
RGB
CMYK
RGB Variations
Color information
#9276CA (or 0x9276CA) is known color: True V. HEX triplet: 92, 76 and CA. RGB value is (146,118,202). Sum of RGB (Red+Green+Blue) = 146+118+202=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #9276CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9276CA is #6D8935. Grayscale: #878787. Windows color (decimal): -7178550 or 13268626. OLE color: 13268626.
HSL color Cylindrical-coordinate representation of color #9276CA: hue angle of 260º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9276CA is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 118 | 202 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.21 |
| HSL | 260º | 0.44% | 0.63% | - |
| HSV(B) | 260º | 0.42% | 0.79% | - |
| XYZ | 28.99 | 23.33 | 58.85 | - |
| YUV | 135.95 | 165.28 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 118 | 202 | 0.28 | 0.42 | 0 | 0.21 | 260 | 0.44 | 0.63 |
| Hex | 92 | 76 | CA | 1C | 2A | 0 | 15 | 104 | 2C | 3F |
| Octal | 222 | 166 | 312 | 34 | 52 | 0 | 25 | 404 | 54 | 77 |
| Binary | 10010010 | 1110110 | 11001010 | 11100 | 101010 | 0 | 10101 | 100000100 | 101100 | 111111 |
Color Harmonies of #9276CA
Complementary color
Monochromatic Colors of #9276CA
Black with #9276CA
Text Example
Text Example
White with #9276CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9276CA; }
p { color: rgb(146,118,202); }
H1.HeaderClassName
{
color: #9276CA;
}
.AnyTagClassName
{
color: #9276CA;
}
</style>
background-color css
<style>
a { background-color: #9276CA; }
a { background-color: rgb(146,118,202); }
div.DivClassName
{
background-color: #9276CA;
}
.BgClassName
{
background-color: #9276CA;
}
</style>
border-color css
<style>
span { border-color: #9276CA; }
span { border-color: rgb(146,118,202); }
td.TdClassName
{
border-color: #9276CA;
}
.TagClassName
{
border-color: #9276CA;
}
</style>