Shades of True V #9578CF
Tints of True V #9578CF
RGB
CMYK
RGB Variations
Color information
#9578CF (or 0x9578CF) is known color: True V. HEX triplet: 95, 78 and CF. RGB value is (149,120,207). Sum of RGB (Red+Green+Blue) = 149+120+207=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #9578CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9578CF is #6A8730. Grayscale: #8A8A8A. Windows color (decimal): -6981425 or 13596821. OLE color: 13596821.
HSL color Cylindrical-coordinate representation of color #9578CF: hue angle of 260º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9578CF is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 120 | 207 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.19 |
| HSL | 260º | 0.48% | 0.64% | - |
| HSV(B) | 260º | 0.42% | 0.81% | - |
| XYZ | 30.37 | 24.33 | 62.13 | - |
| YUV | 138.59 | 166.61 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 120 | 207 | 0.28 | 0.42 | 0 | 0.19 | 260 | 0.48 | 0.64 |
| Hex | 95 | 78 | CF | 1C | 2A | 0 | 13 | 104 | 30 | 40 |
| Octal | 225 | 170 | 317 | 34 | 52 | 0 | 23 | 404 | 60 | 100 |
| Binary | 10010101 | 1111000 | 11001111 | 11100 | 101010 | 0 | 10011 | 100000100 | 110000 | 1000000 |
Color Harmonies of #9578CF
Complementary color
Monochromatic Colors of #9578CF
Black with #9578CF
Text Example
Text Example
White with #9578CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9578CF; }
p { color: rgb(149,120,207); }
H1.HeaderClassName
{
color: #9578CF;
}
.AnyTagClassName
{
color: #9578CF;
}
</style>
background-color css
<style>
a { background-color: #9578CF; }
a { background-color: rgb(149,120,207); }
div.DivClassName
{
background-color: #9578CF;
}
.BgClassName
{
background-color: #9578CF;
}
</style>
border-color css
<style>
span { border-color: #9578CF; }
span { border-color: rgb(149,120,207); }
td.TdClassName
{
border-color: #9578CF;
}
.TagClassName
{
border-color: #9578CF;
}
</style>