Shades of True V #8865C9
Tints of True V #8865C9
RGB
CMYK
RGB Variations
Color information
#8865C9 (or 0x8865C9) is known color: True V. HEX triplet: 88, 65 and C9. RGB value is (136,101,201). Sum of RGB (Red+Green+Blue) = 136+101+201=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 201 (78.91% from 255 or 45.89% from 438); Max value from RGB is 201 - color contains mainly: blue. Hex color #8865C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8865C9 is #779A36. Grayscale: #7A7A7A. Windows color (decimal): -7838263 or 13198728. OLE color: 13198728.
HSL color Cylindrical-coordinate representation of color #8865C9: hue angle of 261º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8865C9 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 101 | 201 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.21 |
| HSL | 261º | 0.48% | 0.59% | - |
| HSV(B) | 261º | 0.5% | 0.79% | - |
| XYZ | 25.35 | 18.76 | 57.54 | - |
| YUV | 122.87 | 172.1 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 101 | 201 | 0.32 | 0.50 | 0 | 0.21 | 261 | 0.48 | 0.59 |
| Hex | 88 | 65 | C9 | 20 | 32 | 0 | 15 | 105 | 30 | 3B |
| Octal | 210 | 145 | 311 | 40 | 62 | 0 | 25 | 405 | 60 | 73 |
| Binary | 10001000 | 1100101 | 11001001 | 100000 | 110010 | 0 | 10101 | 100000101 | 110000 | 111011 |
Color Harmonies of #8865C9
Complementary color
Monochromatic Colors of #8865C9
Black with #8865C9
Text Example
Text Example
White with #8865C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8865C9; }
p { color: rgb(136,101,201); }
H1.HeaderClassName
{
color: #8865C9;
}
.AnyTagClassName
{
color: #8865C9;
}
</style>
background-color css
<style>
a { background-color: #8865C9; }
a { background-color: rgb(136,101,201); }
div.DivClassName
{
background-color: #8865C9;
}
.BgClassName
{
background-color: #8865C9;
}
</style>
border-color css
<style>
span { border-color: #8865C9; }
span { border-color: rgb(136,101,201); }
td.TdClassName
{
border-color: #8865C9;
}
.TagClassName
{
border-color: #8865C9;
}
</style>