Shades of True V #9273CF
Tints of True V #9273CF
RGB
CMYK
RGB Variations
Color information
#9273CF (or 0x9273CF) is known color: True V. HEX triplet: 92, 73 and CF. RGB value is (146,115,207). Sum of RGB (Red+Green+Blue) = 146+115+207=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #9273CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9273CF is #6D8C30. Grayscale: #868686. Windows color (decimal): -7179313 or 13595538. OLE color: 13595538.
HSL color Cylindrical-coordinate representation of color #9273CF: hue angle of 260.22º degrees, saturation: 0.49, 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 #9273CF is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 115 | 207 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.19 |
| HSL | 260.22º | 0.49% | 0.63% | - |
| HSV(B) | 260.22º | 0.44% | 0.81% | - |
| XYZ | 29.25 | 22.88 | 61.91 | - |
| YUV | 134.76 | 168.77 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 115 | 207 | 0.29 | 0.44 | 0 | 0.19 | 260.22 | 0.49 | 0.63 |
| Hex | 92 | 73 | CF | 1D | 2C | 0 | 13 | 104 | 31 | 3F |
| Octal | 222 | 163 | 317 | 35 | 54 | 0 | 23 | 404 | 61 | 77 |
| Binary | 10010010 | 1110011 | 11001111 | 11101 | 101100 | 0 | 10011 | 100000100 | 110001 | 111111 |
Color Harmonies of #9273CF
Complementary color
Monochromatic Colors of #9273CF
Black with #9273CF
Text Example
Text Example
White with #9273CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9273CF; }
p { color: rgb(146,115,207); }
H1.HeaderClassName
{
color: #9273CF;
}
.AnyTagClassName
{
color: #9273CF;
}
</style>
background-color css
<style>
a { background-color: #9273CF; }
a { background-color: rgb(146,115,207); }
div.DivClassName
{
background-color: #9273CF;
}
.BgClassName
{
background-color: #9273CF;
}
</style>
border-color css
<style>
span { border-color: #9273CF; }
span { border-color: rgb(146,115,207); }
td.TdClassName
{
border-color: #9273CF;
}
.TagClassName
{
border-color: #9273CF;
}
</style>