Shades of True V #8469CC
Tints of True V #8469CC
RGB
CMYK
RGB Variations
Color information
#8469CC (or 0x8469CC) is known color: True V. HEX triplet: 84, 69 and CC. RGB value is (132,105,204). Sum of RGB (Red+Green+Blue) = 132+105+204=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #8469CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8469CC is #7B9633. Grayscale: #7B7B7B. Windows color (decimal): -8099380 or 13396356. OLE color: 13396356.
HSL color Cylindrical-coordinate representation of color #8469CC: hue angle of 256.36º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8469CC is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 105 | 204 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.2 |
| HSL | 256.36º | 0.49% | 0.61% | - |
| HSV(B) | 256.36º | 0.49% | 0.8% | - |
| XYZ | 25.47 | 19.37 | 59.52 | - |
| YUV | 124.36 | 172.95 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 105 | 204 | 0.35 | 0.49 | 0 | 0.2 | 256.36 | 0.49 | 0.61 |
| Hex | 84 | 69 | CC | 23 | 31 | 0 | 14 | 100 | 31 | 3D |
| Octal | 204 | 151 | 314 | 43 | 61 | 0 | 24 | 400 | 61 | 75 |
| Binary | 10000100 | 1101001 | 11001100 | 100011 | 110001 | 0 | 10100 | 100000000 | 110001 | 111101 |
Color Harmonies of #8469CC
Complementary color
Monochromatic Colors of #8469CC
Black with #8469CC
Text Example
Text Example
White with #8469CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8469CC; }
p { color: rgb(132,105,204); }
H1.HeaderClassName
{
color: #8469CC;
}
.AnyTagClassName
{
color: #8469CC;
}
</style>
background-color css
<style>
a { background-color: #8469CC; }
a { background-color: rgb(132,105,204); }
div.DivClassName
{
background-color: #8469CC;
}
.BgClassName
{
background-color: #8469CC;
}
</style>
border-color css
<style>
span { border-color: #8469CC; }
span { border-color: rgb(132,105,204); }
td.TdClassName
{
border-color: #8469CC;
}
.TagClassName
{
border-color: #8469CC;
}
</style>