Shades of True V #9273CD
Tints of True V #9273CD
RGB
CMYK
RGB Variations
Color information
#9273CD (or 0x9273CD) is known color: True V. HEX triplet: 92, 73 and CD. RGB value is (146,115,205). Sum of RGB (Red+Green+Blue) = 146+115+205=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #9273CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9273CD is #6D8C32. Grayscale: #868686. Windows color (decimal): -7179315 or 13464466. OLE color: 13464466.
HSL color Cylindrical-coordinate representation of color #9273CD: hue angle of 260.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9273CD is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 115 | 205 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.20 |
| HSL | 260.67º | 0.47% | 0.63% | - |
| HSV(B) | 260.67º | 0.44% | 0.8% | - |
| XYZ | 29 | 22.78 | 60.63 | - |
| YUV | 134.53 | 167.77 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 115 | 205 | 0.29 | 0.44 | 0 | 0.20 | 260.67 | 0.47 | 0.63 |
| Hex | 92 | 73 | CD | 1D | 2C | 0 | 14 | 105 | 2F | 3F |
| Octal | 222 | 163 | 315 | 35 | 54 | 0 | 24 | 405 | 57 | 77 |
| Binary | 10010010 | 1110011 | 11001101 | 11101 | 101100 | 0 | 10100 | 100000101 | 101111 | 111111 |
Color Harmonies of #9273CD
Complementary color
Monochromatic Colors of #9273CD
Black with #9273CD
Text Example
Text Example
White with #9273CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9273CD; }
p { color: rgb(146,115,205); }
H1.HeaderClassName
{
color: #9273CD;
}
.AnyTagClassName
{
color: #9273CD;
}
</style>
background-color css
<style>
a { background-color: #9273CD; }
a { background-color: rgb(146,115,205); }
div.DivClassName
{
background-color: #9273CD;
}
.BgClassName
{
background-color: #9273CD;
}
</style>
border-color css
<style>
span { border-color: #9273CD; }
span { border-color: rgb(146,115,205); }
td.TdClassName
{
border-color: #9273CD;
}
.TagClassName
{
border-color: #9273CD;
}
</style>