Shades of True V #8864C1
Tints of True V #8864C1
RGB
CMYK
RGB Variations
Color information
#8864C1 (or 0x8864C1) is known color: True V. HEX triplet: 88, 64 and C1. RGB value is (136,100,193). Sum of RGB (Red+Green+Blue) = 136+100+193=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 193 - color contains mainly: blue. Hex color #8864C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8864C1 is #779B3E. Grayscale: #797979. Windows color (decimal): -7838527 or 12674184. OLE color: 12674184.
HSL color Cylindrical-coordinate representation of color #8864C1: hue angle of 263.23º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8864C1 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 100 | 193 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.24 |
| HSL | 263.23º | 0.43% | 0.57% | - |
| HSV(B) | 263.23º | 0.48% | 0.76% | - |
| XYZ | 24.34 | 18.2 | 52.68 | - |
| YUV | 121.37 | 168.43 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 100 | 193 | 0.30 | 0.48 | 0 | 0.24 | 263.23 | 0.43 | 0.57 |
| Hex | 88 | 64 | C1 | 1E | 30 | 0 | 18 | 107 | 2B | 39 |
| Octal | 210 | 144 | 301 | 36 | 60 | 0 | 30 | 407 | 53 | 71 |
| Binary | 10001000 | 1100100 | 11000001 | 11110 | 110000 | 0 | 11000 | 100000111 | 101011 | 111001 |
Color Harmonies of #8864C1
Complementary color
Monochromatic Colors of #8864C1
Black with #8864C1
Text Example
Text Example
White with #8864C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8864C1; }
p { color: rgb(136,100,193); }
H1.HeaderClassName
{
color: #8864C1;
}
.AnyTagClassName
{
color: #8864C1;
}
</style>
background-color css
<style>
a { background-color: #8864C1; }
a { background-color: rgb(136,100,193); }
div.DivClassName
{
background-color: #8864C1;
}
.BgClassName
{
background-color: #8864C1;
}
</style>
border-color css
<style>
span { border-color: #8864C1; }
span { border-color: rgb(136,100,193); }
td.TdClassName
{
border-color: #8864C1;
}
.TagClassName
{
border-color: #8864C1;
}
</style>