Shades of True V #8968CA
Tints of True V #8968CA
RGB
CMYK
RGB Variations
Color information
#8968CA (or 0x8968CA) is known color: True V. HEX triplet: 89, 68 and CA. RGB value is (137,104,202). Sum of RGB (Red+Green+Blue) = 137+104+202=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #8968CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8968CA is #769735. Grayscale: #7C7C7C. Windows color (decimal): -7771958 or 13265033. OLE color: 13265033.
HSL color Cylindrical-coordinate representation of color #8968CA: hue angle of 260.2º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8968CA is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 104 | 202 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.21 |
| HSL | 260.2º | 0.48% | 0.6% | - |
| HSV(B) | 260.2º | 0.49% | 0.79% | - |
| XYZ | 25.93 | 19.48 | 58.27 | - |
| YUV | 125.04 | 171.43 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 104 | 202 | 0.32 | 0.49 | 0 | 0.21 | 260.2 | 0.48 | 0.6 |
| Hex | 89 | 68 | CA | 20 | 31 | 0 | 15 | 104 | 30 | 3C |
| Octal | 211 | 150 | 312 | 40 | 61 | 0 | 25 | 404 | 60 | 74 |
| Binary | 10001001 | 1101000 | 11001010 | 100000 | 110001 | 0 | 10101 | 100000100 | 110000 | 111100 |
Color Harmonies of #8968CA
Complementary color
Monochromatic Colors of #8968CA
Black with #8968CA
Text Example
Text Example
White with #8968CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8968CA; }
p { color: rgb(137,104,202); }
H1.HeaderClassName
{
color: #8968CA;
}
.AnyTagClassName
{
color: #8968CA;
}
</style>
background-color css
<style>
a { background-color: #8968CA; }
a { background-color: rgb(137,104,202); }
div.DivClassName
{
background-color: #8968CA;
}
.BgClassName
{
background-color: #8968CA;
}
</style>
border-color css
<style>
span { border-color: #8968CA; }
span { border-color: rgb(137,104,202); }
td.TdClassName
{
border-color: #8968CA;
}
.TagClassName
{
border-color: #8968CA;
}
</style>