Shades of True V #8869C3
Tints of True V #8869C3
RGB
CMYK
RGB Variations
Color information
#8869C3 (or 0x8869C3) is known color: True V. HEX triplet: 88, 69 and C3. RGB value is (136,105,195). Sum of RGB (Red+Green+Blue) = 136+105+195=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 195 (76.56% from 255 or 44.72% from 436); Max value from RGB is 195 - color contains mainly: blue. Hex color #8869C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8869C3 is #77963C. Grayscale: #7C7C7C. Windows color (decimal): -7837245 or 12806536. OLE color: 12806536.
HSL color Cylindrical-coordinate representation of color #8869C3: hue angle of 260.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8869C3 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 105 | 195 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.24 |
| HSL | 260.67º | 0.43% | 0.59% | - |
| HSV(B) | 260.67º | 0.46% | 0.76% | - |
| XYZ | 25.06 | 19.28 | 54.03 | - |
| YUV | 124.53 | 167.77 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 105 | 195 | 0.30 | 0.46 | 0 | 0.24 | 260.67 | 0.43 | 0.59 |
| Hex | 88 | 69 | C3 | 1E | 2E | 0 | 18 | 105 | 2B | 3B |
| Octal | 210 | 151 | 303 | 36 | 56 | 0 | 30 | 405 | 53 | 73 |
| Binary | 10001000 | 1101001 | 11000011 | 11110 | 101110 | 0 | 11000 | 100000101 | 101011 | 111011 |
Color Harmonies of #8869C3
Complementary color
Monochromatic Colors of #8869C3
Black with #8869C3
Text Example
Text Example
White with #8869C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8869C3; }
p { color: rgb(136,105,195); }
H1.HeaderClassName
{
color: #8869C3;
}
.AnyTagClassName
{
color: #8869C3;
}
</style>
background-color css
<style>
a { background-color: #8869C3; }
a { background-color: rgb(136,105,195); }
div.DivClassName
{
background-color: #8869C3;
}
.BgClassName
{
background-color: #8869C3;
}
</style>
border-color css
<style>
span { border-color: #8869C3; }
span { border-color: rgb(136,105,195); }
td.TdClassName
{
border-color: #8869C3;
}
.TagClassName
{
border-color: #8869C3;
}
</style>