Shades of True V #8869BD
Tints of True V #8869BD
RGB
CMYK
RGB Variations
Color information
#8869BD (or 0x8869BD) is known color: True V. HEX triplet: 88, 69 and BD. RGB value is (136,105,189). Sum of RGB (Red+Green+Blue) = 136+105+189=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #8869BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8869BD is #779642. Grayscale: #7B7B7B. Windows color (decimal): -7837251 or 12413320. OLE color: 12413320.
HSL color Cylindrical-coordinate representation of color #8869BD: hue angle of 262.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8869BD is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 105 | 189 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.26 |
| HSL | 262.14º | 0.39% | 0.58% | - |
| HSV(B) | 262.14º | 0.44% | 0.74% | - |
| XYZ | 24.39 | 19.01 | 50.53 | - |
| YUV | 123.85 | 164.77 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 105 | 189 | 0.28 | 0.44 | 0 | 0.26 | 262.14 | 0.39 | 0.58 |
| Hex | 88 | 69 | BD | 1C | 2C | 0 | 1A | 106 | 27 | 3A |
| Octal | 210 | 151 | 275 | 34 | 54 | 0 | 32 | 406 | 47 | 72 |
| Binary | 10001000 | 1101001 | 10111101 | 11100 | 101100 | 0 | 11010 | 100000110 | 100111 | 111010 |
Color Harmonies of #8869BD
Complementary color
Monochromatic Colors of #8869BD
Black with #8869BD
Text Example
Text Example
White with #8869BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8869BD; }
p { color: rgb(136,105,189); }
H1.HeaderClassName
{
color: #8869BD;
}
.AnyTagClassName
{
color: #8869BD;
}
</style>
background-color css
<style>
a { background-color: #8869BD; }
a { background-color: rgb(136,105,189); }
div.DivClassName
{
background-color: #8869BD;
}
.BgClassName
{
background-color: #8869BD;
}
</style>
border-color css
<style>
span { border-color: #8869BD; }
span { border-color: rgb(136,105,189); }
td.TdClassName
{
border-color: #8869BD;
}
.TagClassName
{
border-color: #8869BD;
}
</style>