Shades of True V #906FCF
Tints of True V #906FCF
RGB
CMYK
RGB Variations
Color information
#906FCF (or 0x906FCF) is known color: True V. HEX triplet: 90, 6F and CF. RGB value is (144,111,207). Sum of RGB (Red+Green+Blue) = 144+111+207=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #906FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906FCF is #6F9030. Grayscale: #838383. Windows color (decimal): -7311409 or 13594512. OLE color: 13594512.
HSL color Cylindrical-coordinate representation of color #906FCF: hue angle of 260.62º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #906FCF is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 111 | 207 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.19 |
| HSL | 260.63º | 0.5% | 0.62% | - |
| HSV(B) | 260.63º | 0.46% | 0.81% | - |
| XYZ | 28.45 | 21.8 | 61.74 | - |
| YUV | 131.81 | 170.43 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 111 | 207 | 0.30 | 0.46 | 0 | 0.19 | 260.63 | 0.5 | 0.62 |
| Hex | 90 | 6F | CF | 1E | 2E | 0 | 13 | 105 | 32 | 3E |
| Octal | 220 | 157 | 317 | 36 | 56 | 0 | 23 | 405 | 62 | 76 |
| Binary | 10010000 | 1101111 | 11001111 | 11110 | 101110 | 0 | 10011 | 100000101 | 110010 | 111110 |
Color Harmonies of #906FCF
Complementary color
Monochromatic Colors of #906FCF
Black with #906FCF
Text Example
Text Example
White with #906FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906FCF; }
p { color: rgb(144,111,207); }
H1.HeaderClassName
{
color: #906FCF;
}
.AnyTagClassName
{
color: #906FCF;
}
</style>
background-color css
<style>
a { background-color: #906FCF; }
a { background-color: rgb(144,111,207); }
div.DivClassName
{
background-color: #906FCF;
}
.BgClassName
{
background-color: #906FCF;
}
</style>
border-color css
<style>
span { border-color: #906FCF; }
span { border-color: rgb(144,111,207); }
td.TdClassName
{
border-color: #906FCF;
}
.TagClassName
{
border-color: #906FCF;
}
</style>