Shades of True V #9273CE
Tints of True V #9273CE
RGB
CMYK
RGB Variations
Color information
#9273CE (or 0x9273CE) is known color: True V. HEX triplet: 92, 73 and CE. RGB value is (146,115,206). Sum of RGB (Red+Green+Blue) = 146+115+206=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #9273CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9273CE is #6D8C31. Grayscale: #868686. Windows color (decimal): -7179314 or 13530002. OLE color: 13530002.
HSL color Cylindrical-coordinate representation of color #9273CE: hue angle of 260.44º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9273CE is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 115 | 206 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.19 |
| HSL | 260.44º | 0.48% | 0.63% | - |
| HSV(B) | 260.44º | 0.44% | 0.81% | - |
| XYZ | 29.13 | 22.83 | 61.26 | - |
| YUV | 134.64 | 168.27 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 115 | 206 | 0.29 | 0.44 | 0 | 0.19 | 260.44 | 0.48 | 0.63 |
| Hex | 92 | 73 | CE | 1D | 2C | 0 | 13 | 104 | 30 | 3F |
| Octal | 222 | 163 | 316 | 35 | 54 | 0 | 23 | 404 | 60 | 77 |
| Binary | 10010010 | 1110011 | 11001110 | 11101 | 101100 | 0 | 10011 | 100000100 | 110000 | 111111 |
Color Harmonies of #9273CE
Complementary color
Monochromatic Colors of #9273CE
Black with #9273CE
Text Example
Text Example
White with #9273CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9273CE; }
p { color: rgb(146,115,206); }
H1.HeaderClassName
{
color: #9273CE;
}
.AnyTagClassName
{
color: #9273CE;
}
</style>
background-color css
<style>
a { background-color: #9273CE; }
a { background-color: rgb(146,115,206); }
div.DivClassName
{
background-color: #9273CE;
}
.BgClassName
{
background-color: #9273CE;
}
</style>
border-color css
<style>
span { border-color: #9273CE; }
span { border-color: rgb(146,115,206); }
td.TdClassName
{
border-color: #9273CE;
}
.TagClassName
{
border-color: #9273CE;
}
</style>