Shades of True V #9274CC
Tints of True V #9274CC
RGB
CMYK
RGB Variations
Color information
#9274CC (or 0x9274CC) is known color: True V. HEX triplet: 92, 74 and CC. RGB value is (146,116,204). Sum of RGB (Red+Green+Blue) = 146+116+204=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #9274CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9274CC is #6D8B33. Grayscale: #868686. Windows color (decimal): -7179060 or 13399186. OLE color: 13399186.
HSL color Cylindrical-coordinate representation of color #9274CC: hue angle of 260.45º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9274CC is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 116 | 204 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.2 |
| HSL | 260.45º | 0.46% | 0.63% | - |
| HSV(B) | 260.45º | 0.43% | 0.8% | - |
| XYZ | 29 | 22.96 | 60.03 | - |
| YUV | 135 | 166.94 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 116 | 204 | 0.28 | 0.43 | 0 | 0.2 | 260.45 | 0.46 | 0.63 |
| Hex | 92 | 74 | CC | 1C | 2B | 0 | 14 | 104 | 2E | 3F |
| Octal | 222 | 164 | 314 | 34 | 53 | 0 | 24 | 404 | 56 | 77 |
| Binary | 10010010 | 1110100 | 11001100 | 11100 | 101011 | 0 | 10100 | 100000100 | 101110 | 111111 |
Color Harmonies of #9274CC
Complementary color
Monochromatic Colors of #9274CC
Black with #9274CC
Text Example
Text Example
White with #9274CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9274CC; }
p { color: rgb(146,116,204); }
H1.HeaderClassName
{
color: #9274CC;
}
.AnyTagClassName
{
color: #9274CC;
}
</style>
background-color css
<style>
a { background-color: #9274CC; }
a { background-color: rgb(146,116,204); }
div.DivClassName
{
background-color: #9274CC;
}
.BgClassName
{
background-color: #9274CC;
}
</style>
border-color css
<style>
span { border-color: #9274CC; }
span { border-color: rgb(146,116,204); }
td.TdClassName
{
border-color: #9274CC;
}
.TagClassName
{
border-color: #9274CC;
}
</style>