Shades of True V #8469BC
Tints of True V #8469BC
RGB
CMYK
RGB Variations
Color information
#8469BC (or 0x8469BC) is known color: True V. HEX triplet: 84, 69 and BC. RGB value is (132,105,188). Sum of RGB (Red+Green+Blue) = 132+105+188=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #8469BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8469BC is #7B9643. Grayscale: #7A7A7A. Windows color (decimal): -8099396 or 12347780. OLE color: 12347780.
HSL color Cylindrical-coordinate representation of color #8469BC: hue angle of 259.52º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8469BC is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 105 | 188 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.26 |
| HSL | 259.52º | 0.38% | 0.57% | - |
| HSV(B) | 259.52º | 0.44% | 0.74% | - |
| XYZ | 23.64 | 18.64 | 49.93 | - |
| YUV | 122.54 | 164.95 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 105 | 188 | 0.30 | 0.44 | 0 | 0.26 | 259.52 | 0.38 | 0.57 |
| Hex | 84 | 69 | BC | 1E | 2C | 0 | 1A | 104 | 26 | 39 |
| Octal | 204 | 151 | 274 | 36 | 54 | 0 | 32 | 404 | 46 | 71 |
| Binary | 10000100 | 1101001 | 10111100 | 11110 | 101100 | 0 | 11010 | 100000100 | 100110 | 111001 |
Color Harmonies of #8469BC
Complementary color
Monochromatic Colors of #8469BC
Black with #8469BC
Text Example
Text Example
White with #8469BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8469BC; }
p { color: rgb(132,105,188); }
H1.HeaderClassName
{
color: #8469BC;
}
.AnyTagClassName
{
color: #8469BC;
}
</style>
background-color css
<style>
a { background-color: #8469BC; }
a { background-color: rgb(132,105,188); }
div.DivClassName
{
background-color: #8469BC;
}
.BgClassName
{
background-color: #8469BC;
}
</style>
border-color css
<style>
span { border-color: #8469BC; }
span { border-color: rgb(132,105,188); }
td.TdClassName
{
border-color: #8469BC;
}
.TagClassName
{
border-color: #8469BC;
}
</style>