Shades of True V #9076CD
Tints of True V #9076CD
RGB
CMYK
RGB Variations
Color information
#9076CD (or 0x9076CD) is known color: True V. HEX triplet: 90, 76 and CD. RGB value is (144,118,205). Sum of RGB (Red+Green+Blue) = 144+118+205=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #9076CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9076CD is #6F8932. Grayscale: #878787. Windows color (decimal): -7309619 or 13465232. OLE color: 13465232.
HSL color Cylindrical-coordinate representation of color #9076CD: hue angle of 257.93º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9076CD is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 118 | 205 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.20 |
| HSL | 257.93º | 0.47% | 0.63% | - |
| HSV(B) | 257.93º | 0.42% | 0.8% | - |
| XYZ | 29 | 23.29 | 60.73 | - |
| YUV | 135.69 | 167.11 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 118 | 205 | 0.30 | 0.42 | 0 | 0.20 | 257.93 | 0.47 | 0.63 |
| Hex | 90 | 76 | CD | 1E | 2A | 0 | 14 | 102 | 2F | 3F |
| Octal | 220 | 166 | 315 | 36 | 52 | 0 | 24 | 402 | 57 | 77 |
| Binary | 10010000 | 1110110 | 11001101 | 11110 | 101010 | 0 | 10100 | 100000010 | 101111 | 111111 |
Color Harmonies of #9076CD
Complementary color
Monochromatic Colors of #9076CD
Black with #9076CD
Text Example
Text Example
White with #9076CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9076CD; }
p { color: rgb(144,118,205); }
H1.HeaderClassName
{
color: #9076CD;
}
.AnyTagClassName
{
color: #9076CD;
}
</style>
background-color css
<style>
a { background-color: #9076CD; }
a { background-color: rgb(144,118,205); }
div.DivClassName
{
background-color: #9076CD;
}
.BgClassName
{
background-color: #9076CD;
}
</style>
border-color css
<style>
span { border-color: #9076CD; }
span { border-color: rgb(144,118,205); }
td.TdClassName
{
border-color: #9076CD;
}
.TagClassName
{
border-color: #9076CD;
}
</style>