Shades of True V #9579CE
Tints of True V #9579CE
RGB
CMYK
RGB Variations
Color information
#9579CE (or 0x9579CE) is known color: True V. HEX triplet: 95, 79 and CE. RGB value is (149,121,206). Sum of RGB (Red+Green+Blue) = 149+121+206=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #9579CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9579CE is #6A8631. Grayscale: #8A8A8A. Windows color (decimal): -6981170 or 13531541. OLE color: 13531541.
HSL color Cylindrical-coordinate representation of color #9579CE: hue angle of 259.76º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9579CE is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 121 | 206 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.19 |
| HSL | 259.76º | 0.46% | 0.64% | - |
| HSV(B) | 259.76º | 0.41% | 0.81% | - |
| XYZ | 30.37 | 24.52 | 61.52 | - |
| YUV | 139.06 | 165.78 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 121 | 206 | 0.28 | 0.41 | 0 | 0.19 | 259.76 | 0.46 | 0.64 |
| Hex | 95 | 79 | CE | 1C | 29 | 0 | 13 | 104 | 2E | 40 |
| Octal | 225 | 171 | 316 | 34 | 51 | 0 | 23 | 404 | 56 | 100 |
| Binary | 10010101 | 1111001 | 11001110 | 11100 | 101001 | 0 | 10011 | 100000100 | 101110 | 1000000 |
Color Harmonies of #9579CE
Complementary color
Monochromatic Colors of #9579CE
Black with #9579CE
Text Example
Text Example
White with #9579CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9579CE; }
p { color: rgb(149,121,206); }
H1.HeaderClassName
{
color: #9579CE;
}
.AnyTagClassName
{
color: #9579CE;
}
</style>
background-color css
<style>
a { background-color: #9579CE; }
a { background-color: rgb(149,121,206); }
div.DivClassName
{
background-color: #9579CE;
}
.BgClassName
{
background-color: #9579CE;
}
</style>
border-color css
<style>
span { border-color: #9579CE; }
span { border-color: rgb(149,121,206); }
td.TdClassName
{
border-color: #9579CE;
}
.TagClassName
{
border-color: #9579CE;
}
</style>