Shades of True V #8469CE
Tints of True V #8469CE
RGB
CMYK
RGB Variations
Color information
#8469CE (or 0x8469CE) is known color: True V. HEX triplet: 84, 69 and CE. RGB value is (132,105,206). Sum of RGB (Red+Green+Blue) = 132+105+206=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #8469CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8469CE is #7B9631. Grayscale: #7C7C7C. Windows color (decimal): -8099378 or 13527428. OLE color: 13527428.
HSL color Cylindrical-coordinate representation of color #8469CE: hue angle of 256.04º 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 #8469CE is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 105 | 206 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.19 |
| HSL | 256.04º | 0.51% | 0.61% | - |
| HSV(B) | 256.04º | 0.49% | 0.81% | - |
| XYZ | 25.71 | 19.46 | 60.79 | - |
| YUV | 124.59 | 173.95 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 105 | 206 | 0.36 | 0.49 | 0 | 0.19 | 256.04 | 0.51 | 0.61 |
| Hex | 84 | 69 | CE | 24 | 31 | 0 | 13 | 100 | 33 | 3D |
| Octal | 204 | 151 | 316 | 44 | 61 | 0 | 23 | 400 | 63 | 75 |
| Binary | 10000100 | 1101001 | 11001110 | 100100 | 110001 | 0 | 10011 | 100000000 | 110011 | 111101 |
Color Harmonies of #8469CE
Complementary color
Monochromatic Colors of #8469CE
Black with #8469CE
Text Example
Text Example
White with #8469CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8469CE; }
p { color: rgb(132,105,206); }
H1.HeaderClassName
{
color: #8469CE;
}
.AnyTagClassName
{
color: #8469CE;
}
</style>
background-color css
<style>
a { background-color: #8469CE; }
a { background-color: rgb(132,105,206); }
div.DivClassName
{
background-color: #8469CE;
}
.BgClassName
{
background-color: #8469CE;
}
</style>
border-color css
<style>
span { border-color: #8469CE; }
span { border-color: rgb(132,105,206); }
td.TdClassName
{
border-color: #8469CE;
}
.TagClassName
{
border-color: #8469CE;
}
</style>