Shades of True V #9273CA
Tints of True V #9273CA
RGB
CMYK
RGB Variations
Color information
#9273CA (or 0x9273CA) is known color: True V. HEX triplet: 92, 73 and CA. RGB value is (146,115,202). Sum of RGB (Red+Green+Blue) = 146+115+202=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #9273CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9273CA is #6D8C35. Grayscale: #858585. Windows color (decimal): -7179318 or 13267858. OLE color: 13267858.
HSL color Cylindrical-coordinate representation of color #9273CA: hue angle of 261.38º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9273CA is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 115 | 202 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.21 |
| HSL | 261.38º | 0.45% | 0.62% | - |
| HSV(B) | 261.38º | 0.43% | 0.79% | - |
| XYZ | 28.65 | 22.64 | 58.74 | - |
| YUV | 134.19 | 166.27 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 115 | 202 | 0.28 | 0.43 | 0 | 0.21 | 261.38 | 0.45 | 0.62 |
| Hex | 92 | 73 | CA | 1C | 2B | 0 | 15 | 105 | 2D | 3E |
| Octal | 222 | 163 | 312 | 34 | 53 | 0 | 25 | 405 | 55 | 76 |
| Binary | 10010010 | 1110011 | 11001010 | 11100 | 101011 | 0 | 10101 | 100000101 | 101101 | 111110 |
Color Harmonies of #9273CA
Complementary color
Monochromatic Colors of #9273CA
Black with #9273CA
Text Example
Text Example
White with #9273CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9273CA; }
p { color: rgb(146,115,202); }
H1.HeaderClassName
{
color: #9273CA;
}
.AnyTagClassName
{
color: #9273CA;
}
</style>
background-color css
<style>
a { background-color: #9273CA; }
a { background-color: rgb(146,115,202); }
div.DivClassName
{
background-color: #9273CA;
}
.BgClassName
{
background-color: #9273CA;
}
</style>
border-color css
<style>
span { border-color: #9273CA; }
span { border-color: rgb(146,115,202); }
td.TdClassName
{
border-color: #9273CA;
}
.TagClassName
{
border-color: #9273CA;
}
</style>