Shades of True V #906CCF
Tints of True V #906CCF
RGB
CMYK
RGB Variations
Color information
#906CCF (or 0x906CCF) is known color: True V. HEX triplet: 90, 6C and CF. RGB value is (144,108,207). Sum of RGB (Red+Green+Blue) = 144+108+207=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #906CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906CCF is #6F9330. Grayscale: #818181. Windows color (decimal): -7312177 or 13593744. OLE color: 13593744.
HSL color Cylindrical-coordinate representation of color #906CCF: hue angle of 261.82º 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 #906CCF is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 108 | 207 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.19 |
| HSL | 261.82º | 0.51% | 0.62% | - |
| HSV(B) | 261.82º | 0.48% | 0.81% | - |
| XYZ | 28.13 | 21.16 | 61.63 | - |
| YUV | 130.05 | 171.43 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 108 | 207 | 0.30 | 0.48 | 0 | 0.19 | 261.82 | 0.51 | 0.62 |
| Hex | 90 | 6C | CF | 1E | 30 | 0 | 13 | 106 | 33 | 3E |
| Octal | 220 | 154 | 317 | 36 | 60 | 0 | 23 | 406 | 63 | 76 |
| Binary | 10010000 | 1101100 | 11001111 | 11110 | 110000 | 0 | 10011 | 100000110 | 110011 | 111110 |
Color Harmonies of #906CCF
Complementary color
Monochromatic Colors of #906CCF
Black with #906CCF
Text Example
Text Example
White with #906CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906CCF; }
p { color: rgb(144,108,207); }
H1.HeaderClassName
{
color: #906CCF;
}
.AnyTagClassName
{
color: #906CCF;
}
</style>
background-color css
<style>
a { background-color: #906CCF; }
a { background-color: rgb(144,108,207); }
div.DivClassName
{
background-color: #906CCF;
}
.BgClassName
{
background-color: #906CCF;
}
</style>
border-color css
<style>
span { border-color: #906CCF; }
span { border-color: rgb(144,108,207); }
td.TdClassName
{
border-color: #906CCF;
}
.TagClassName
{
border-color: #906CCF;
}
</style>