Shades of True V #927CC2
Tints of True V #927CC2
RGB
CMYK
RGB Variations
Color information
#927CC2 (or 0x927CC2) is known color: True V. HEX triplet: 92, 7C and C2. RGB value is (146,124,194). Sum of RGB (Red+Green+Blue) = 146+124+194=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 194 - color contains mainly: blue. Hex color #927CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927CC2 is #6D833D. Grayscale: #8A8A8A. Windows color (decimal): -7177022 or 12745874. OLE color: 12745874.
HSL color Cylindrical-coordinate representation of color #927CC2: hue angle of 258.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #927CC2 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 124 | 194 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.24 |
| HSL | 258.86º | 0.36% | 0.62% | - |
| HSV(B) | 258.86º | 0.36% | 0.76% | - |
| XYZ | 28.8 | 24.42 | 54.23 | - |
| YUV | 138.56 | 159.29 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 194 | 0.25 | 0.36 | 0 | 0.24 | 258.86 | 0.36 | 0.62 |
| Hex | 92 | 7C | C2 | 19 | 24 | 0 | 18 | 103 | 24 | 3E |
| Octal | 222 | 174 | 302 | 31 | 44 | 0 | 30 | 403 | 44 | 76 |
| Binary | 10010010 | 1111100 | 11000010 | 11001 | 100100 | 0 | 11000 | 100000011 | 100100 | 111110 |
Color Harmonies of #927CC2
Complementary color
Monochromatic Colors of #927CC2
Black with #927CC2
Text Example
Text Example
White with #927CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927CC2; }
p { color: rgb(146,124,194); }
H1.HeaderClassName
{
color: #927CC2;
}
.AnyTagClassName
{
color: #927CC2;
}
</style>
background-color css
<style>
a { background-color: #927CC2; }
a { background-color: rgb(146,124,194); }
div.DivClassName
{
background-color: #927CC2;
}
.BgClassName
{
background-color: #927CC2;
}
</style>
border-color css
<style>
span { border-color: #927CC2; }
span { border-color: rgb(146,124,194); }
td.TdClassName
{
border-color: #927CC2;
}
.TagClassName
{
border-color: #927CC2;
}
</style>