Shades of True V #9270CF
Tints of True V #9270CF
RGB
CMYK
RGB Variations
Color information
#9270CF (or 0x9270CF) is known color: True V. HEX triplet: 92, 70 and CF. RGB value is (146,112,207). Sum of RGB (Red+Green+Blue) = 146+112+207=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #9270CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9270CF is #6D8F30. Grayscale: #848484. Windows color (decimal): -7180081 or 13594770. OLE color: 13594770.
HSL color Cylindrical-coordinate representation of color #9270CF: hue angle of 261.47º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9270CF is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 112 | 207 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.19 |
| HSL | 261.47º | 0.5% | 0.63% | - |
| HSV(B) | 261.47º | 0.46% | 0.81% | - |
| XYZ | 28.91 | 22.2 | 61.79 | - |
| YUV | 133 | 169.76 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 112 | 207 | 0.29 | 0.46 | 0 | 0.19 | 261.47 | 0.5 | 0.63 |
| Hex | 92 | 70 | CF | 1D | 2E | 0 | 13 | 105 | 32 | 3F |
| Octal | 222 | 160 | 317 | 35 | 56 | 0 | 23 | 405 | 62 | 77 |
| Binary | 10010010 | 1110000 | 11001111 | 11101 | 101110 | 0 | 10011 | 100000101 | 110010 | 111111 |
Color Harmonies of #9270CF
Complementary color
Monochromatic Colors of #9270CF
Black with #9270CF
Text Example
Text Example
White with #9270CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9270CF; }
p { color: rgb(146,112,207); }
H1.HeaderClassName
{
color: #9270CF;
}
.AnyTagClassName
{
color: #9270CF;
}
</style>
background-color css
<style>
a { background-color: #9270CF; }
a { background-color: rgb(146,112,207); }
div.DivClassName
{
background-color: #9270CF;
}
.BgClassName
{
background-color: #9270CF;
}
</style>
border-color css
<style>
span { border-color: #9270CF; }
span { border-color: rgb(146,112,207); }
td.TdClassName
{
border-color: #9270CF;
}
.TagClassName
{
border-color: #9270CF;
}
</style>