Shades of True V #8868CA
Tints of True V #8868CA
RGB
CMYK
RGB Variations
Color information
#8868CA (or 0x8868CA) is known color: True V. HEX triplet: 88, 68 and CA. RGB value is (136,104,202). Sum of RGB (Red+Green+Blue) = 136+104+202=442 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.77% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #8868CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8868CA is #779735. Grayscale: #7C7C7C. Windows color (decimal): -7837494 or 13265032. OLE color: 13265032.
HSL color Cylindrical-coordinate representation of color #8868CA: hue angle of 259.59º 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 #8868CA is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 104 | 202 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.21 |
| HSL | 259.59º | 0.48% | 0.6% | - |
| HSV(B) | 259.59º | 0.49% | 0.79% | - |
| XYZ | 25.76 | 19.4 | 58.26 | - |
| YUV | 124.74 | 171.6 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 104 | 202 | 0.33 | 0.49 | 0 | 0.21 | 259.59 | 0.48 | 0.6 |
| Hex | 88 | 68 | CA | 21 | 31 | 0 | 15 | 104 | 30 | 3C |
| Octal | 210 | 150 | 312 | 41 | 61 | 0 | 25 | 404 | 60 | 74 |
| Binary | 10001000 | 1101000 | 11001010 | 100001 | 110001 | 0 | 10101 | 100000100 | 110000 | 111100 |
Color Harmonies of #8868CA
Complementary color
Monochromatic Colors of #8868CA
Black with #8868CA
Text Example
Text Example
White with #8868CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8868CA; }
p { color: rgb(136,104,202); }
H1.HeaderClassName
{
color: #8868CA;
}
.AnyTagClassName
{
color: #8868CA;
}
</style>
background-color css
<style>
a { background-color: #8868CA; }
a { background-color: rgb(136,104,202); }
div.DivClassName
{
background-color: #8868CA;
}
.BgClassName
{
background-color: #8868CA;
}
</style>
border-color css
<style>
span { border-color: #8868CA; }
span { border-color: rgb(136,104,202); }
td.TdClassName
{
border-color: #8868CA;
}
.TagClassName
{
border-color: #8868CA;
}
</style>