Shades of True V #8869CE
Tints of True V #8869CE
RGB
CMYK
RGB Variations
Color information
#8869CE (or 0x8869CE) is known color: True V. HEX triplet: 88, 69 and CE. RGB value is (136,105,206). Sum of RGB (Red+Green+Blue) = 136+105+206=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #8869CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8869CE is #779631. Grayscale: #7D7D7D. Windows color (decimal): -7837234 or 13527432. OLE color: 13527432.
HSL color Cylindrical-coordinate representation of color #8869CE: hue angle of 258.42º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8869CE is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 105 | 206 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.19 |
| HSL | 258.42º | 0.51% | 0.61% | - |
| HSV(B) | 258.42º | 0.49% | 0.81% | - |
| XYZ | 26.35 | 19.79 | 60.82 | - |
| YUV | 125.78 | 173.27 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 105 | 206 | 0.34 | 0.49 | 0 | 0.19 | 258.42 | 0.51 | 0.61 |
| Hex | 88 | 69 | CE | 22 | 31 | 0 | 13 | 102 | 33 | 3D |
| Octal | 210 | 151 | 316 | 42 | 61 | 0 | 23 | 402 | 63 | 75 |
| Binary | 10001000 | 1101001 | 11001110 | 100010 | 110001 | 0 | 10011 | 100000010 | 110011 | 111101 |
Color Harmonies of #8869CE
Complementary color
Monochromatic Colors of #8869CE
Black with #8869CE
Text Example
Text Example
White with #8869CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8869CE; }
p { color: rgb(136,105,206); }
H1.HeaderClassName
{
color: #8869CE;
}
.AnyTagClassName
{
color: #8869CE;
}
</style>
background-color css
<style>
a { background-color: #8869CE; }
a { background-color: rgb(136,105,206); }
div.DivClassName
{
background-color: #8869CE;
}
.BgClassName
{
background-color: #8869CE;
}
</style>
border-color css
<style>
span { border-color: #8869CE; }
span { border-color: rgb(136,105,206); }
td.TdClassName
{
border-color: #8869CE;
}
.TagClassName
{
border-color: #8869CE;
}
</style>