Shades of True V #9078CA
Tints of True V #9078CA
RGB
CMYK
RGB Variations
Color information
#9078CA (or 0x9078CA) is known color: True V. HEX triplet: 90, 78 and CA. RGB value is (144,120,202). Sum of RGB (Red+Green+Blue) = 144+120+202=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #9078CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9078CA is #6F8735. Grayscale: #888888. Windows color (decimal): -7309110 or 13269136. OLE color: 13269136.
HSL color Cylindrical-coordinate representation of color #9078CA: hue angle of 257.56º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9078CA is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 120 | 202 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.21 |
| HSL | 257.56º | 0.44% | 0.63% | - |
| HSV(B) | 257.56º | 0.41% | 0.79% | - |
| XYZ | 28.88 | 23.63 | 58.92 | - |
| YUV | 136.52 | 164.95 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 120 | 202 | 0.29 | 0.41 | 0 | 0.21 | 257.56 | 0.44 | 0.63 |
| Hex | 90 | 78 | CA | 1D | 29 | 0 | 15 | 102 | 2C | 3F |
| Octal | 220 | 170 | 312 | 35 | 51 | 0 | 25 | 402 | 54 | 77 |
| Binary | 10010000 | 1111000 | 11001010 | 11101 | 101001 | 0 | 10101 | 100000010 | 101100 | 111111 |
Color Harmonies of #9078CA
Complementary color
Monochromatic Colors of #9078CA
Black with #9078CA
Text Example
Text Example
White with #9078CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9078CA; }
p { color: rgb(144,120,202); }
H1.HeaderClassName
{
color: #9078CA;
}
.AnyTagClassName
{
color: #9078CA;
}
</style>
background-color css
<style>
a { background-color: #9078CA; }
a { background-color: rgb(144,120,202); }
div.DivClassName
{
background-color: #9078CA;
}
.BgClassName
{
background-color: #9078CA;
}
</style>
border-color css
<style>
span { border-color: #9078CA; }
span { border-color: rgb(144,120,202); }
td.TdClassName
{
border-color: #9078CA;
}
.TagClassName
{
border-color: #9078CA;
}
</style>