Shades of True V #906CCC
Tints of True V #906CCC
RGB
CMYK
RGB Variations
Color information
#906CCC (or 0x906CCC) is known color: True V. HEX triplet: 90, 6C and CC. RGB value is (144,108,204). Sum of RGB (Red+Green+Blue) = 144+108+204=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #906CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906CCC is #6F9333. Grayscale: #818181. Windows color (decimal): -7312180 or 13397136. OLE color: 13397136.
HSL color Cylindrical-coordinate representation of color #906CCC: hue angle of 262.5º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #906CCC is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 108 | 204 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.2 |
| HSL | 262.5º | 0.48% | 0.61% | - |
| HSV(B) | 262.5º | 0.47% | 0.8% | - |
| XYZ | 27.76 | 21.01 | 59.72 | - |
| YUV | 129.71 | 169.93 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 108 | 204 | 0.29 | 0.47 | 0 | 0.2 | 262.5 | 0.48 | 0.61 |
| Hex | 90 | 6C | CC | 1D | 2F | 0 | 14 | 106 | 30 | 3D |
| Octal | 220 | 154 | 314 | 35 | 57 | 0 | 24 | 406 | 60 | 75 |
| Binary | 10010000 | 1101100 | 11001100 | 11101 | 101111 | 0 | 10100 | 100000110 | 110000 | 111101 |
Color Harmonies of #906CCC
Complementary color
Monochromatic Colors of #906CCC
Black with #906CCC
Text Example
Text Example
White with #906CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906CCC; }
p { color: rgb(144,108,204); }
H1.HeaderClassName
{
color: #906CCC;
}
.AnyTagClassName
{
color: #906CCC;
}
</style>
background-color css
<style>
a { background-color: #906CCC; }
a { background-color: rgb(144,108,204); }
div.DivClassName
{
background-color: #906CCC;
}
.BgClassName
{
background-color: #906CCC;
}
</style>
border-color css
<style>
span { border-color: #906CCC; }
span { border-color: rgb(144,108,204); }
td.TdClassName
{
border-color: #906CCC;
}
.TagClassName
{
border-color: #906CCC;
}
</style>