Shades of True V #9272CC
Tints of True V #9272CC
RGB
CMYK
RGB Variations
Color information
#9272CC (or 0x9272CC) is known color: True V. HEX triplet: 92, 72 and CC. RGB value is (146,114,204). Sum of RGB (Red+Green+Blue) = 146+114+204=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #9272CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9272CC is #6D8D33. Grayscale: #858585. Windows color (decimal): -7179572 or 13398674. OLE color: 13398674.
HSL color Cylindrical-coordinate representation of color #9272CC: hue angle of 261.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9272CC is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 114 | 204 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.2 |
| HSL | 261.33º | 0.47% | 0.62% | - |
| HSV(B) | 261.33º | 0.44% | 0.8% | - |
| XYZ | 28.77 | 22.51 | 59.95 | - |
| YUV | 133.83 | 167.6 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 114 | 204 | 0.28 | 0.44 | 0 | 0.2 | 261.33 | 0.47 | 0.62 |
| Hex | 92 | 72 | CC | 1C | 2C | 0 | 14 | 105 | 2F | 3E |
| Octal | 222 | 162 | 314 | 34 | 54 | 0 | 24 | 405 | 57 | 76 |
| Binary | 10010010 | 1110010 | 11001100 | 11100 | 101100 | 0 | 10100 | 100000101 | 101111 | 111110 |
Color Harmonies of #9272CC
Complementary color
Monochromatic Colors of #9272CC
Black with #9272CC
Text Example
Text Example
White with #9272CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9272CC; }
p { color: rgb(146,114,204); }
H1.HeaderClassName
{
color: #9272CC;
}
.AnyTagClassName
{
color: #9272CC;
}
</style>
background-color css
<style>
a { background-color: #9272CC; }
a { background-color: rgb(146,114,204); }
div.DivClassName
{
background-color: #9272CC;
}
.BgClassName
{
background-color: #9272CC;
}
</style>
border-color css
<style>
span { border-color: #9272CC; }
span { border-color: rgb(146,114,204); }
td.TdClassName
{
border-color: #9272CC;
}
.TagClassName
{
border-color: #9272CC;
}
</style>