Shades of True V #906FCD
Tints of True V #906FCD
RGB
CMYK
RGB Variations
Color information
#906FCD (or 0x906FCD) is known color: True V. HEX triplet: 90, 6F and CD. RGB value is (144,111,205). Sum of RGB (Red+Green+Blue) = 144+111+205=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #906FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906FCD is #6F9032. Grayscale: #838383. Windows color (decimal): -7311411 or 13463440. OLE color: 13463440.
HSL color Cylindrical-coordinate representation of color #906FCD: hue angle of 261.06º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #906FCD is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 111 | 205 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.20 |
| HSL | 261.06º | 0.48% | 0.62% | - |
| HSV(B) | 261.06º | 0.46% | 0.8% | - |
| XYZ | 28.21 | 21.71 | 60.46 | - |
| YUV | 131.58 | 169.43 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 111 | 205 | 0.30 | 0.46 | 0 | 0.20 | 261.06 | 0.48 | 0.62 |
| Hex | 90 | 6F | CD | 1E | 2E | 0 | 14 | 105 | 30 | 3E |
| Octal | 220 | 157 | 315 | 36 | 56 | 0 | 24 | 405 | 60 | 76 |
| Binary | 10010000 | 1101111 | 11001101 | 11110 | 101110 | 0 | 10100 | 100000101 | 110000 | 111110 |
Color Harmonies of #906FCD
Complementary color
Monochromatic Colors of #906FCD
Black with #906FCD
Text Example
Text Example
White with #906FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906FCD; }
p { color: rgb(144,111,205); }
H1.HeaderClassName
{
color: #906FCD;
}
.AnyTagClassName
{
color: #906FCD;
}
</style>
background-color css
<style>
a { background-color: #906FCD; }
a { background-color: rgb(144,111,205); }
div.DivClassName
{
background-color: #906FCD;
}
.BgClassName
{
background-color: #906FCD;
}
</style>
border-color css
<style>
span { border-color: #906FCD; }
span { border-color: rgb(144,111,205); }
td.TdClassName
{
border-color: #906FCD;
}
.TagClassName
{
border-color: #906FCD;
}
</style>