Shades of True V #9580CE
Tints of True V #9580CE
RGB
CMYK
RGB Variations
Color information
#9580CE (or 0x9580CE) is known color: True V. HEX triplet: 95, 80 and CE. RGB value is (149,128,206). Sum of RGB (Red+Green+Blue) = 149+128+206=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #9580CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9580CE is #6A7F31. Grayscale: #8E8E8E. Windows color (decimal): -6979378 or 13533333. OLE color: 13533333.
HSL color Cylindrical-coordinate representation of color #9580CE: hue angle of 256.15º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9580CE is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 128 | 206 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.19 |
| HSL | 256.15º | 0.44% | 0.65% | - |
| HSV(B) | 256.15º | 0.38% | 0.81% | - |
| XYZ | 31.25 | 26.28 | 61.82 | - |
| YUV | 143.17 | 163.46 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 128 | 206 | 0.28 | 0.38 | 0 | 0.19 | 256.15 | 0.44 | 0.65 |
| Hex | 95 | 80 | CE | 1C | 26 | 0 | 13 | 100 | 2C | 41 |
| Octal | 225 | 200 | 316 | 34 | 46 | 0 | 23 | 400 | 54 | 101 |
| Binary | 10010101 | 10000000 | 11001110 | 11100 | 100110 | 0 | 10011 | 100000000 | 101100 | 1000001 |
Color Harmonies of #9580CE
Complementary color
Monochromatic Colors of #9580CE
Black with #9580CE
Text Example
Text Example
White with #9580CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9580CE; }
p { color: rgb(149,128,206); }
H1.HeaderClassName
{
color: #9580CE;
}
.AnyTagClassName
{
color: #9580CE;
}
</style>
background-color css
<style>
a { background-color: #9580CE; }
a { background-color: rgb(149,128,206); }
div.DivClassName
{
background-color: #9580CE;
}
.BgClassName
{
background-color: #9580CE;
}
</style>
border-color css
<style>
span { border-color: #9580CE; }
span { border-color: rgb(149,128,206); }
td.TdClassName
{
border-color: #9580CE;
}
.TagClassName
{
border-color: #9580CE;
}
</style>