Shades of True V #906BCE
Tints of True V #906BCE
RGB
CMYK
RGB Variations
Color information
#906BCE (or 0x906BCE) is known color: True V. HEX triplet: 90, 6B and CE. RGB value is (144,107,206). Sum of RGB (Red+Green+Blue) = 144+107+206=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #906BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906BCE is #6F9431. Grayscale: #808080. Windows color (decimal): -7312434 or 13527952. OLE color: 13527952.
HSL color Cylindrical-coordinate representation of color #906BCE: hue angle of 262.42º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #906BCE is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 107 | 206 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.19 |
| HSL | 262.42º | 0.5% | 0.61% | - |
| HSV(B) | 262.42º | 0.48% | 0.81% | - |
| XYZ | 27.9 | 20.9 | 60.96 | - |
| YUV | 129.35 | 171.26 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 107 | 206 | 0.30 | 0.48 | 0 | 0.19 | 262.42 | 0.5 | 0.61 |
| Hex | 90 | 6B | CE | 1E | 30 | 0 | 13 | 106 | 32 | 3D |
| Octal | 220 | 153 | 316 | 36 | 60 | 0 | 23 | 406 | 62 | 75 |
| Binary | 10010000 | 1101011 | 11001110 | 11110 | 110000 | 0 | 10011 | 100000110 | 110010 | 111101 |
Color Harmonies of #906BCE
Complementary color
Monochromatic Colors of #906BCE
Black with #906BCE
Text Example
Text Example
White with #906BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906BCE; }
p { color: rgb(144,107,206); }
H1.HeaderClassName
{
color: #906BCE;
}
.AnyTagClassName
{
color: #906BCE;
}
</style>
background-color css
<style>
a { background-color: #906BCE; }
a { background-color: rgb(144,107,206); }
div.DivClassName
{
background-color: #906BCE;
}
.BgClassName
{
background-color: #906BCE;
}
</style>
border-color css
<style>
span { border-color: #906BCE; }
span { border-color: rgb(144,107,206); }
td.TdClassName
{
border-color: #906BCE;
}
.TagClassName
{
border-color: #906BCE;
}
</style>