Shades of True V #9075CC
Tints of True V #9075CC
RGB
CMYK
RGB Variations
Color information
#9075CC (or 0x9075CC) is known color: True V. HEX triplet: 90, 75 and CC. RGB value is (144,117,204). Sum of RGB (Red+Green+Blue) = 144+117+204=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #9075CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9075CC is #6F8A33. Grayscale: #868686. Windows color (decimal): -7309876 or 13399440. OLE color: 13399440.
HSL color Cylindrical-coordinate representation of color #9075CC: hue angle of 258.62º 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 #9075CC is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 117 | 204 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.2 |
| HSL | 258.62º | 0.46% | 0.63% | - |
| HSV(B) | 258.62º | 0.43% | 0.8% | - |
| XYZ | 28.76 | 23.01 | 60.05 | - |
| YUV | 134.99 | 166.95 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 117 | 204 | 0.29 | 0.43 | 0 | 0.2 | 258.62 | 0.46 | 0.63 |
| Hex | 90 | 75 | CC | 1D | 2B | 0 | 14 | 103 | 2E | 3F |
| Octal | 220 | 165 | 314 | 35 | 53 | 0 | 24 | 403 | 56 | 77 |
| Binary | 10010000 | 1110101 | 11001100 | 11101 | 101011 | 0 | 10100 | 100000011 | 101110 | 111111 |
Color Harmonies of #9075CC
Complementary color
Monochromatic Colors of #9075CC
Black with #9075CC
Text Example
Text Example
White with #9075CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9075CC; }
p { color: rgb(144,117,204); }
H1.HeaderClassName
{
color: #9075CC;
}
.AnyTagClassName
{
color: #9075CC;
}
</style>
background-color css
<style>
a { background-color: #9075CC; }
a { background-color: rgb(144,117,204); }
div.DivClassName
{
background-color: #9075CC;
}
.BgClassName
{
background-color: #9075CC;
}
</style>
border-color css
<style>
span { border-color: #9075CC; }
span { border-color: rgb(144,117,204); }
td.TdClassName
{
border-color: #9075CC;
}
.TagClassName
{
border-color: #9075CC;
}
</style>