Shades of True V #9273CB
Tints of True V #9273CB
RGB
CMYK
RGB Variations
Color information
#9273CB (or 0x9273CB) is known color: True V. HEX triplet: 92, 73 and CB. RGB value is (146,115,203). Sum of RGB (Red+Green+Blue) = 146+115+203=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #9273CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9273CB is #6D8C34. Grayscale: #858585. Windows color (decimal): -7179317 or 13333394. OLE color: 13333394.
HSL color Cylindrical-coordinate representation of color #9273CB: hue angle of 261.14º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9273CB is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 115 | 203 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.20 |
| HSL | 261.14º | 0.46% | 0.62% | - |
| HSV(B) | 261.14º | 0.43% | 0.8% | - |
| XYZ | 28.76 | 22.68 | 59.36 | - |
| YUV | 134.3 | 166.77 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 115 | 203 | 0.28 | 0.43 | 0 | 0.20 | 261.14 | 0.46 | 0.62 |
| Hex | 92 | 73 | CB | 1C | 2B | 0 | 14 | 105 | 2E | 3E |
| Octal | 222 | 163 | 313 | 34 | 53 | 0 | 24 | 405 | 56 | 76 |
| Binary | 10010010 | 1110011 | 11001011 | 11100 | 101011 | 0 | 10100 | 100000101 | 101110 | 111110 |
Color Harmonies of #9273CB
Complementary color
Monochromatic Colors of #9273CB
Black with #9273CB
Text Example
Text Example
White with #9273CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9273CB; }
p { color: rgb(146,115,203); }
H1.HeaderClassName
{
color: #9273CB;
}
.AnyTagClassName
{
color: #9273CB;
}
</style>
background-color css
<style>
a { background-color: #9273CB; }
a { background-color: rgb(146,115,203); }
div.DivClassName
{
background-color: #9273CB;
}
.BgClassName
{
background-color: #9273CB;
}
</style>
border-color css
<style>
span { border-color: #9273CB; }
span { border-color: rgb(146,115,203); }
td.TdClassName
{
border-color: #9273CB;
}
.TagClassName
{
border-color: #9273CB;
}
</style>