Shades of True V #927CCA
Tints of True V #927CCA
RGB
CMYK
RGB Variations
Color information
#927CCA (or 0x927CCA) is known color: True V. HEX triplet: 92, 7C and CA. RGB value is (146,124,202). Sum of RGB (Red+Green+Blue) = 146+124+202=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #927CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927CCA is #6D8335. Grayscale: #8B8B8B. Windows color (decimal): -7177014 or 13270162. OLE color: 13270162.
HSL color Cylindrical-coordinate representation of color #927CCA: hue angle of 256.92º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #927CCA is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 124 | 202 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.21 |
| HSL | 256.92º | 0.42% | 0.64% | - |
| HSV(B) | 256.92º | 0.39% | 0.79% | - |
| XYZ | 29.72 | 24.79 | 59.1 | - |
| YUV | 139.47 | 163.29 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 202 | 0.28 | 0.39 | 0 | 0.21 | 256.92 | 0.42 | 0.64 |
| Hex | 92 | 7C | CA | 1C | 27 | 0 | 15 | 101 | 2A | 40 |
| Octal | 222 | 174 | 312 | 34 | 47 | 0 | 25 | 401 | 52 | 100 |
| Binary | 10010010 | 1111100 | 11001010 | 11100 | 100111 | 0 | 10101 | 100000001 | 101010 | 1000000 |
Color Harmonies of #927CCA
Complementary color
Monochromatic Colors of #927CCA
Black with #927CCA
Text Example
Text Example
White with #927CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927CCA; }
p { color: rgb(146,124,202); }
H1.HeaderClassName
{
color: #927CCA;
}
.AnyTagClassName
{
color: #927CCA;
}
</style>
background-color css
<style>
a { background-color: #927CCA; }
a { background-color: rgb(146,124,202); }
div.DivClassName
{
background-color: #927CCA;
}
.BgClassName
{
background-color: #927CCA;
}
</style>
border-color css
<style>
span { border-color: #927CCA; }
span { border-color: rgb(146,124,202); }
td.TdClassName
{
border-color: #927CCA;
}
.TagClassName
{
border-color: #927CCA;
}
</style>