Shades of True V #8962CE
Tints of True V #8962CE
RGB
CMYK
RGB Variations
Color information
#8962CE (or 0x8962CE) is known color: True V. HEX triplet: 89, 62 and CE. RGB value is (137,98,206). Sum of RGB (Red+Green+Blue) = 137+98+206=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #8962CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8962CE is #769D31. Grayscale: #797979. Windows color (decimal): -7773490 or 13525641. OLE color: 13525641.
HSL color Cylindrical-coordinate representation of color #8962CE: hue angle of 261.67º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8962CE is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 98 | 206 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.19 |
| HSL | 261.67º | 0.52% | 0.6% | - |
| HSV(B) | 261.67º | 0.52% | 0.81% | - |
| XYZ | 25.82 | 18.51 | 60.6 | - |
| YUV | 121.97 | 175.42 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 98 | 206 | 0.33 | 0.52 | 0 | 0.19 | 261.67 | 0.52 | 0.6 |
| Hex | 89 | 62 | CE | 21 | 34 | 0 | 13 | 106 | 34 | 3C |
| Octal | 211 | 142 | 316 | 41 | 64 | 0 | 23 | 406 | 64 | 74 |
| Binary | 10001001 | 1100010 | 11001110 | 100001 | 110100 | 0 | 10011 | 100000110 | 110100 | 111100 |
Color Harmonies of #8962CE
Complementary color
Monochromatic Colors of #8962CE
Black with #8962CE
Text Example
Text Example
White with #8962CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8962CE; }
p { color: rgb(137,98,206); }
H1.HeaderClassName
{
color: #8962CE;
}
.AnyTagClassName
{
color: #8962CE;
}
</style>
background-color css
<style>
a { background-color: #8962CE; }
a { background-color: rgb(137,98,206); }
div.DivClassName
{
background-color: #8962CE;
}
.BgClassName
{
background-color: #8962CE;
}
</style>
border-color css
<style>
span { border-color: #8962CE; }
span { border-color: rgb(137,98,206); }
td.TdClassName
{
border-color: #8962CE;
}
.TagClassName
{
border-color: #8962CE;
}
</style>