Shades of True V #9078C3
Tints of True V #9078C3
RGB
CMYK
RGB Variations
Color information
#9078C3 (or 0x9078C3) is known color: True V. HEX triplet: 90, 78 and C3. RGB value is (144,120,195). Sum of RGB (Red+Green+Blue) = 144+120+195=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 195 - color contains mainly: blue. Hex color #9078C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9078C3 is #6F873C. Grayscale: #878787. Windows color (decimal): -7309117 or 12810384. OLE color: 12810384.
HSL color Cylindrical-coordinate representation of color #9078C3: hue angle of 259.2º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9078C3 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 120 | 195 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.24 |
| HSL | 259.2º | 0.38% | 0.62% | - |
| HSV(B) | 259.2º | 0.38% | 0.76% | - |
| XYZ | 28.07 | 23.3 | 54.65 | - |
| YUV | 135.73 | 161.45 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 120 | 195 | 0.26 | 0.38 | 0 | 0.24 | 259.2 | 0.38 | 0.62 |
| Hex | 90 | 78 | C3 | 1A | 26 | 0 | 18 | 103 | 26 | 3E |
| Octal | 220 | 170 | 303 | 32 | 46 | 0 | 30 | 403 | 46 | 76 |
| Binary | 10010000 | 1111000 | 11000011 | 11010 | 100110 | 0 | 11000 | 100000011 | 100110 | 111110 |
Color Harmonies of #9078C3
Complementary color
Monochromatic Colors of #9078C3
Black with #9078C3
Text Example
Text Example
White with #9078C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9078C3; }
p { color: rgb(144,120,195); }
H1.HeaderClassName
{
color: #9078C3;
}
.AnyTagClassName
{
color: #9078C3;
}
</style>
background-color css
<style>
a { background-color: #9078C3; }
a { background-color: rgb(144,120,195); }
div.DivClassName
{
background-color: #9078C3;
}
.BgClassName
{
background-color: #9078C3;
}
</style>
border-color css
<style>
span { border-color: #9078C3; }
span { border-color: rgb(144,120,195); }
td.TdClassName
{
border-color: #9078C3;
}
.TagClassName
{
border-color: #9078C3;
}
</style>