Shades of True V #9075CD
Tints of True V #9075CD
RGB
CMYK
RGB Variations
Color information
#9075CD (or 0x9075CD) is known color: True V. HEX triplet: 90, 75 and CD. RGB value is (144,117,205). Sum of RGB (Red+Green+Blue) = 144+117+205=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #9075CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9075CD is #6F8A32. Grayscale: #868686. Windows color (decimal): -7309875 or 13464976. OLE color: 13464976.
HSL color Cylindrical-coordinate representation of color #9075CD: hue angle of 258.41º degrees, saturation: 0.47, 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 #9075CD is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 117 | 205 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.20 |
| HSL | 258.41º | 0.47% | 0.63% | - |
| HSV(B) | 258.41º | 0.43% | 0.8% | - |
| XYZ | 28.88 | 23.06 | 60.69 | - |
| YUV | 135.11 | 167.45 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 117 | 205 | 0.30 | 0.43 | 0 | 0.20 | 258.41 | 0.47 | 0.63 |
| Hex | 90 | 75 | CD | 1E | 2B | 0 | 14 | 102 | 2F | 3F |
| Octal | 220 | 165 | 315 | 36 | 53 | 0 | 24 | 402 | 57 | 77 |
| Binary | 10010000 | 1110101 | 11001101 | 11110 | 101011 | 0 | 10100 | 100000010 | 101111 | 111111 |
Color Harmonies of #9075CD
Complementary color
Monochromatic Colors of #9075CD
Black with #9075CD
Text Example
Text Example
White with #9075CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9075CD; }
p { color: rgb(144,117,205); }
H1.HeaderClassName
{
color: #9075CD;
}
.AnyTagClassName
{
color: #9075CD;
}
</style>
background-color css
<style>
a { background-color: #9075CD; }
a { background-color: rgb(144,117,205); }
div.DivClassName
{
background-color: #9075CD;
}
.BgClassName
{
background-color: #9075CD;
}
</style>
border-color css
<style>
span { border-color: #9075CD; }
span { border-color: rgb(144,117,205); }
td.TdClassName
{
border-color: #9075CD;
}
.TagClassName
{
border-color: #9075CD;
}
</style>