Shades of True V #927FCE
Tints of True V #927FCE
RGB
CMYK
RGB Variations
Color information
#927FCE (or 0x927FCE) is known color: True V. HEX triplet: 92, 7F and CE. RGB value is (146,127,206). Sum of RGB (Red+Green+Blue) = 146+127+206=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #927FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927FCE is #6D8031. Grayscale: #8D8D8D. Windows color (decimal): -7176242 or 13533074. OLE color: 13533074.
HSL color Cylindrical-coordinate representation of color #927FCE: hue angle of 254.43º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #927FCE is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 127 | 206 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.19 |
| HSL | 254.43º | 0.45% | 0.65% | - |
| HSV(B) | 254.43º | 0.38% | 0.81% | - |
| XYZ | 30.58 | 25.75 | 61.75 | - |
| YUV | 141.69 | 164.29 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 206 | 0.29 | 0.38 | 0 | 0.19 | 254.43 | 0.45 | 0.65 |
| Hex | 92 | 7F | CE | 1D | 26 | 0 | 13 | FE | 2D | 41 |
| Octal | 222 | 177 | 316 | 35 | 46 | 0 | 23 | 376 | 55 | 101 |
| Binary | 10010010 | 1111111 | 11001110 | 11101 | 100110 | 0 | 10011 | 11111110 | 101101 | 1000001 |
Color Harmonies of #927FCE
Complementary color
Monochromatic Colors of #927FCE
Black with #927FCE
Text Example
Text Example
White with #927FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927FCE; }
p { color: rgb(146,127,206); }
H1.HeaderClassName
{
color: #927FCE;
}
.AnyTagClassName
{
color: #927FCE;
}
</style>
background-color css
<style>
a { background-color: #927FCE; }
a { background-color: rgb(146,127,206); }
div.DivClassName
{
background-color: #927FCE;
}
.BgClassName
{
background-color: #927FCE;
}
</style>
border-color css
<style>
span { border-color: #927FCE; }
span { border-color: rgb(146,127,206); }
td.TdClassName
{
border-color: #927FCE;
}
.TagClassName
{
border-color: #927FCE;
}
</style>