Shades of True V #9270D0
Tints of True V #9270D0
RGB
CMYK
RGB Variations
Color information
#9270D0 (or 0x9270D0) is known color: True V. HEX triplet: 92, 70 and D0. RGB value is (146,112,208). Sum of RGB (Red+Green+Blue) = 146+112+208=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #9270D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9270D0 is #6D8F2F. Grayscale: #848484. Windows color (decimal): -7180080 or 13660306. OLE color: 13660306.
HSL color Cylindrical-coordinate representation of color #9270D0: hue angle of 261.25º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9270D0 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 112 | 208 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.18 |
| HSL | 261.25º | 0.51% | 0.63% | - |
| HSV(B) | 261.25º | 0.46% | 0.82% | - |
| XYZ | 29.03 | 22.25 | 62.44 | - |
| YUV | 133.11 | 170.26 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 112 | 208 | 0.30 | 0.46 | 0 | 0.18 | 261.25 | 0.51 | 0.63 |
| Hex | 92 | 70 | D0 | 1E | 2E | 0 | 12 | 105 | 33 | 3F |
| Octal | 222 | 160 | 320 | 36 | 56 | 0 | 22 | 405 | 63 | 77 |
| Binary | 10010010 | 1110000 | 11010000 | 11110 | 101110 | 0 | 10010 | 100000101 | 110011 | 111111 |
Color Harmonies of #9270D0
Complementary color
Monochromatic Colors of #9270D0
Black with #9270D0
Text Example
Text Example
White with #9270D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9270D0; }
p { color: rgb(146,112,208); }
H1.HeaderClassName
{
color: #9270D0;
}
.AnyTagClassName
{
color: #9270D0;
}
</style>
background-color css
<style>
a { background-color: #9270D0; }
a { background-color: rgb(146,112,208); }
div.DivClassName
{
background-color: #9270D0;
}
.BgClassName
{
background-color: #9270D0;
}
</style>
border-color css
<style>
span { border-color: #9270D0; }
span { border-color: rgb(146,112,208); }
td.TdClassName
{
border-color: #9270D0;
}
.TagClassName
{
border-color: #9270D0;
}
</style>