Shades of True V #9072CA
Tints of True V #9072CA
RGB
CMYK
RGB Variations
Color information
#9072CA (or 0x9072CA) is known color: True V. HEX triplet: 90, 72 and CA. RGB value is (144,114,202). Sum of RGB (Red+Green+Blue) = 144+114+202=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #9072CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9072CA is #6F8D35. Grayscale: #848484. Windows color (decimal): -7310646 or 13267600. OLE color: 13267600.
HSL color Cylindrical-coordinate representation of color #9072CA: hue angle of 260.45º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9072CA is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 114 | 202 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.21 |
| HSL | 260.45º | 0.45% | 0.62% | - |
| HSV(B) | 260.45º | 0.44% | 0.79% | - |
| XYZ | 28.18 | 22.23 | 58.68 | - |
| YUV | 133 | 166.94 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 114 | 202 | 0.29 | 0.44 | 0 | 0.21 | 260.45 | 0.45 | 0.62 |
| Hex | 90 | 72 | CA | 1D | 2C | 0 | 15 | 104 | 2D | 3E |
| Octal | 220 | 162 | 312 | 35 | 54 | 0 | 25 | 404 | 55 | 76 |
| Binary | 10010000 | 1110010 | 11001010 | 11101 | 101100 | 0 | 10101 | 100000100 | 101101 | 111110 |
Color Harmonies of #9072CA
Complementary color
Monochromatic Colors of #9072CA
Black with #9072CA
Text Example
Text Example
White with #9072CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9072CA; }
p { color: rgb(144,114,202); }
H1.HeaderClassName
{
color: #9072CA;
}
.AnyTagClassName
{
color: #9072CA;
}
</style>
background-color css
<style>
a { background-color: #9072CA; }
a { background-color: rgb(144,114,202); }
div.DivClassName
{
background-color: #9072CA;
}
.BgClassName
{
background-color: #9072CA;
}
</style>
border-color css
<style>
span { border-color: #9072CA; }
span { border-color: rgb(144,114,202); }
td.TdClassName
{
border-color: #9072CA;
}
.TagClassName
{
border-color: #9072CA;
}
</style>