Shades of True V #926CCF
Tints of True V #926CCF
RGB
CMYK
RGB Variations
Color information
#926CCF (or 0x926CCF) is known color: True V. HEX triplet: 92, 6C and CF. RGB value is (146,108,207). Sum of RGB (Red+Green+Blue) = 146+108+207=461 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.67% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #926CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926CCF is #6D9330. Grayscale: #828282. Windows color (decimal): -7181105 or 13593746. OLE color: 13593746.
HSL color Cylindrical-coordinate representation of color #926CCF: hue angle of 263.03º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #926CCF is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 108 | 207 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.19 |
| HSL | 263.03º | 0.51% | 0.62% | - |
| HSV(B) | 263.03º | 0.48% | 0.81% | - |
| XYZ | 28.48 | 21.34 | 61.65 | - |
| YUV | 130.65 | 171.09 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 108 | 207 | 0.29 | 0.48 | 0 | 0.19 | 263.03 | 0.51 | 0.62 |
| Hex | 92 | 6C | CF | 1D | 30 | 0 | 13 | 107 | 33 | 3E |
| Octal | 222 | 154 | 317 | 35 | 60 | 0 | 23 | 407 | 63 | 76 |
| Binary | 10010010 | 1101100 | 11001111 | 11101 | 110000 | 0 | 10011 | 100000111 | 110011 | 111110 |
Color Harmonies of #926CCF
Complementary color
Monochromatic Colors of #926CCF
Black with #926CCF
Text Example
Text Example
White with #926CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926CCF; }
p { color: rgb(146,108,207); }
H1.HeaderClassName
{
color: #926CCF;
}
.AnyTagClassName
{
color: #926CCF;
}
</style>
background-color css
<style>
a { background-color: #926CCF; }
a { background-color: rgb(146,108,207); }
div.DivClassName
{
background-color: #926CCF;
}
.BgClassName
{
background-color: #926CCF;
}
</style>
border-color css
<style>
span { border-color: #926CCF; }
span { border-color: rgb(146,108,207); }
td.TdClassName
{
border-color: #926CCF;
}
.TagClassName
{
border-color: #926CCF;
}
</style>