Shades of True V #9074CC
Tints of True V #9074CC
RGB
CMYK
RGB Variations
Color information
#9074CC (or 0x9074CC) is known color: True V. HEX triplet: 90, 74 and CC. RGB value is (144,116,204). Sum of RGB (Red+Green+Blue) = 144+116+204=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #9074CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9074CC is #6F8B33. Grayscale: #868686. Windows color (decimal): -7310132 or 13399184. OLE color: 13399184.
HSL color Cylindrical-coordinate representation of color #9074CC: hue angle of 259.09º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9074CC is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 116 | 204 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.2 |
| HSL | 259.09º | 0.46% | 0.63% | - |
| HSV(B) | 259.09º | 0.43% | 0.8% | - |
| XYZ | 28.65 | 22.78 | 60.01 | - |
| YUV | 134.4 | 167.28 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 116 | 204 | 0.29 | 0.43 | 0 | 0.2 | 259.09 | 0.46 | 0.63 |
| Hex | 90 | 74 | CC | 1D | 2B | 0 | 14 | 103 | 2E | 3F |
| Octal | 220 | 164 | 314 | 35 | 53 | 0 | 24 | 403 | 56 | 77 |
| Binary | 10010000 | 1110100 | 11001100 | 11101 | 101011 | 0 | 10100 | 100000011 | 101110 | 111111 |
Color Harmonies of #9074CC
Complementary color
Monochromatic Colors of #9074CC
Black with #9074CC
Text Example
Text Example
White with #9074CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9074CC; }
p { color: rgb(144,116,204); }
H1.HeaderClassName
{
color: #9074CC;
}
.AnyTagClassName
{
color: #9074CC;
}
</style>
background-color css
<style>
a { background-color: #9074CC; }
a { background-color: rgb(144,116,204); }
div.DivClassName
{
background-color: #9074CC;
}
.BgClassName
{
background-color: #9074CC;
}
</style>
border-color css
<style>
span { border-color: #9074CC; }
span { border-color: rgb(144,116,204); }
td.TdClassName
{
border-color: #9074CC;
}
.TagClassName
{
border-color: #9074CC;
}
</style>