Shades of True V #8960CE
Tints of True V #8960CE
RGB
CMYK
RGB Variations
Color information
#8960CE (or 0x8960CE) is known color: True V. HEX triplet: 89, 60 and CE. RGB value is (137,96,206). Sum of RGB (Red+Green+Blue) = 137+96+206=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #8960CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8960CE is #769F31. Grayscale: #787878. Windows color (decimal): -7774002 or 13525129. OLE color: 13525129.
HSL color Cylindrical-coordinate representation of color #8960CE: hue angle of 262.36º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8960CE is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 96 | 206 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.19 |
| HSL | 262.36º | 0.53% | 0.59% | - |
| HSV(B) | 262.36º | 0.53% | 0.81% | - |
| XYZ | 25.64 | 18.14 | 60.54 | - |
| YUV | 120.8 | 176.08 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 96 | 206 | 0.33 | 0.53 | 0 | 0.19 | 262.36 | 0.53 | 0.59 |
| Hex | 89 | 60 | CE | 21 | 35 | 0 | 13 | 106 | 35 | 3B |
| Octal | 211 | 140 | 316 | 41 | 65 | 0 | 23 | 406 | 65 | 73 |
| Binary | 10001001 | 1100000 | 11001110 | 100001 | 110101 | 0 | 10011 | 100000110 | 110101 | 111011 |
Color Harmonies of #8960CE
Complementary color
Monochromatic Colors of #8960CE
Black with #8960CE
Text Example
Text Example
White with #8960CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8960CE; }
p { color: rgb(137,96,206); }
H1.HeaderClassName
{
color: #8960CE;
}
.AnyTagClassName
{
color: #8960CE;
}
</style>
background-color css
<style>
a { background-color: #8960CE; }
a { background-color: rgb(137,96,206); }
div.DivClassName
{
background-color: #8960CE;
}
.BgClassName
{
background-color: #8960CE;
}
</style>
border-color css
<style>
span { border-color: #8960CE; }
span { border-color: rgb(137,96,206); }
td.TdClassName
{
border-color: #8960CE;
}
.TagClassName
{
border-color: #8960CE;
}
</style>