Shades of True V #9078CD
Tints of True V #9078CD
RGB
CMYK
RGB Variations
Color information
#9078CD (or 0x9078CD) is known color: True V. HEX triplet: 90, 78 and CD. RGB value is (144,120,205). Sum of RGB (Red+Green+Blue) = 144+120+205=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #9078CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9078CD is #6F8732. Grayscale: #888888. Windows color (decimal): -7309107 or 13465744. OLE color: 13465744.
HSL color Cylindrical-coordinate representation of color #9078CD: hue angle of 256.94º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9078CD is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 120 | 205 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.20 |
| HSL | 256.94º | 0.46% | 0.64% | - |
| HSV(B) | 256.94º | 0.41% | 0.8% | - |
| XYZ | 29.24 | 23.77 | 60.8 | - |
| YUV | 136.87 | 166.45 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 120 | 205 | 0.30 | 0.41 | 0 | 0.20 | 256.94 | 0.46 | 0.64 |
| Hex | 90 | 78 | CD | 1E | 29 | 0 | 14 | 101 | 2E | 40 |
| Octal | 220 | 170 | 315 | 36 | 51 | 0 | 24 | 401 | 56 | 100 |
| Binary | 10010000 | 1111000 | 11001101 | 11110 | 101001 | 0 | 10100 | 100000001 | 101110 | 1000000 |
Color Harmonies of #9078CD
Complementary color
Monochromatic Colors of #9078CD
Black with #9078CD
Text Example
Text Example
White with #9078CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9078CD; }
p { color: rgb(144,120,205); }
H1.HeaderClassName
{
color: #9078CD;
}
.AnyTagClassName
{
color: #9078CD;
}
</style>
background-color css
<style>
a { background-color: #9078CD; }
a { background-color: rgb(144,120,205); }
div.DivClassName
{
background-color: #9078CD;
}
.BgClassName
{
background-color: #9078CD;
}
</style>
border-color css
<style>
span { border-color: #9078CD; }
span { border-color: rgb(144,120,205); }
td.TdClassName
{
border-color: #9078CD;
}
.TagClassName
{
border-color: #9078CD;
}
</style>