Shades of True V #9271CE
Tints of True V #9271CE
RGB
CMYK
RGB Variations
Color information
#9271CE (or 0x9271CE) is known color: True V. HEX triplet: 92, 71 and CE. RGB value is (146,113,206). Sum of RGB (Red+Green+Blue) = 146+113+206=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #9271CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9271CE is #6D8E31. Grayscale: #858585. Windows color (decimal): -7179826 or 13529490. OLE color: 13529490.
HSL color Cylindrical-coordinate representation of color #9271CE: hue angle of 261.29º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9271CE is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 113 | 206 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.19 |
| HSL | 261.29º | 0.49% | 0.63% | - |
| HSV(B) | 261.29º | 0.45% | 0.81% | - |
| XYZ | 28.9 | 22.38 | 61.19 | - |
| YUV | 133.47 | 168.93 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 113 | 206 | 0.29 | 0.45 | 0 | 0.19 | 261.29 | 0.49 | 0.63 |
| Hex | 92 | 71 | CE | 1D | 2D | 0 | 13 | 105 | 31 | 3F |
| Octal | 222 | 161 | 316 | 35 | 55 | 0 | 23 | 405 | 61 | 77 |
| Binary | 10010010 | 1110001 | 11001110 | 11101 | 101101 | 0 | 10011 | 100000101 | 110001 | 111111 |
Color Harmonies of #9271CE
Complementary color
Monochromatic Colors of #9271CE
Black with #9271CE
Text Example
Text Example
White with #9271CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9271CE; }
p { color: rgb(146,113,206); }
H1.HeaderClassName
{
color: #9271CE;
}
.AnyTagClassName
{
color: #9271CE;
}
</style>
background-color css
<style>
a { background-color: #9271CE; }
a { background-color: rgb(146,113,206); }
div.DivClassName
{
background-color: #9271CE;
}
.BgClassName
{
background-color: #9271CE;
}
</style>
border-color css
<style>
span { border-color: #9271CE; }
span { border-color: rgb(146,113,206); }
td.TdClassName
{
border-color: #9271CE;
}
.TagClassName
{
border-color: #9271CE;
}
</style>