Shades of True V #9270CA
Tints of True V #9270CA
RGB
CMYK
RGB Variations
Color information
#9270CA (or 0x9270CA) is known color: True V. HEX triplet: 92, 70 and CA. RGB value is (146,112,202). Sum of RGB (Red+Green+Blue) = 146+112+202=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #9270CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9270CA is #6D8F35. Grayscale: #848484. Windows color (decimal): -7180086 or 13267090. OLE color: 13267090.
HSL color Cylindrical-coordinate representation of color #9270CA: hue angle of 262.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9270CA is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 112 | 202 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.21 |
| HSL | 262.67º | 0.46% | 0.62% | - |
| HSV(B) | 262.67º | 0.45% | 0.79% | - |
| XYZ | 28.31 | 21.96 | 58.62 | - |
| YUV | 132.43 | 167.26 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 112 | 202 | 0.28 | 0.45 | 0 | 0.21 | 262.67 | 0.46 | 0.62 |
| Hex | 92 | 70 | CA | 1C | 2D | 0 | 15 | 107 | 2E | 3E |
| Octal | 222 | 160 | 312 | 34 | 55 | 0 | 25 | 407 | 56 | 76 |
| Binary | 10010010 | 1110000 | 11001010 | 11100 | 101101 | 0 | 10101 | 100000111 | 101110 | 111110 |
Color Harmonies of #9270CA
Complementary color
Monochromatic Colors of #9270CA
Black with #9270CA
Text Example
Text Example
White with #9270CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9270CA; }
p { color: rgb(146,112,202); }
H1.HeaderClassName
{
color: #9270CA;
}
.AnyTagClassName
{
color: #9270CA;
}
</style>
background-color css
<style>
a { background-color: #9270CA; }
a { background-color: rgb(146,112,202); }
div.DivClassName
{
background-color: #9270CA;
}
.BgClassName
{
background-color: #9270CA;
}
</style>
border-color css
<style>
span { border-color: #9270CA; }
span { border-color: rgb(146,112,202); }
td.TdClassName
{
border-color: #9270CA;
}
.TagClassName
{
border-color: #9270CA;
}
</style>