Shades of True V #8867C2
Tints of True V #8867C2
RGB
CMYK
RGB Variations
Color information
#8867C2 (or 0x8867C2) is known color: True V. HEX triplet: 88, 67 and C2. RGB value is (136,103,194). Sum of RGB (Red+Green+Blue) = 136+103+194=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 194 - color contains mainly: blue. Hex color #8867C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8867C2 is #77983D. Grayscale: #7A7A7A. Windows color (decimal): -7837758 or 12740488. OLE color: 12740488.
HSL color Cylindrical-coordinate representation of color #8867C2: hue angle of 261.76º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8867C2 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 103 | 194 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.24 |
| HSL | 261.76º | 0.43% | 0.58% | - |
| HSV(B) | 261.76º | 0.47% | 0.76% | - |
| XYZ | 24.74 | 18.83 | 53.37 | - |
| YUV | 123.24 | 167.93 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 103 | 194 | 0.30 | 0.47 | 0 | 0.24 | 261.76 | 0.43 | 0.58 |
| Hex | 88 | 67 | C2 | 1E | 2F | 0 | 18 | 106 | 2B | 3A |
| Octal | 210 | 147 | 302 | 36 | 57 | 0 | 30 | 406 | 53 | 72 |
| Binary | 10001000 | 1100111 | 11000010 | 11110 | 101111 | 0 | 11000 | 100000110 | 101011 | 111010 |
Color Harmonies of #8867C2
Complementary color
Monochromatic Colors of #8867C2
Black with #8867C2
Text Example
Text Example
White with #8867C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8867C2; }
p { color: rgb(136,103,194); }
H1.HeaderClassName
{
color: #8867C2;
}
.AnyTagClassName
{
color: #8867C2;
}
</style>
background-color css
<style>
a { background-color: #8867C2; }
a { background-color: rgb(136,103,194); }
div.DivClassName
{
background-color: #8867C2;
}
.BgClassName
{
background-color: #8867C2;
}
</style>
border-color css
<style>
span { border-color: #8867C2; }
span { border-color: rgb(136,103,194); }
td.TdClassName
{
border-color: #8867C2;
}
.TagClassName
{
border-color: #8867C2;
}
</style>