Shades of True V #8561CC
Tints of True V #8561CC
RGB
CMYK
RGB Variations
Color information
#8561CC (or 0x8561CC) is known color: True V. HEX triplet: 85, 61 and CC. RGB value is (133,97,204). Sum of RGB (Red+Green+Blue) = 133+97+204=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #8561CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8561CC is #7A9E33. Grayscale: #777777. Windows color (decimal): -8035892 or 13394309. OLE color: 13394309.
HSL color Cylindrical-coordinate representation of color #8561CC: hue angle of 260.19º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8561CC is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 97 | 204 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.2 |
| HSL | 260.19º | 0.51% | 0.59% | - |
| HSV(B) | 260.19º | 0.52% | 0.8% | - |
| XYZ | 24.85 | 17.9 | 59.27 | - |
| YUV | 119.96 | 175.43 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 97 | 204 | 0.35 | 0.52 | 0 | 0.2 | 260.19 | 0.51 | 0.59 |
| Hex | 85 | 61 | CC | 23 | 34 | 0 | 14 | 104 | 33 | 3B |
| Octal | 205 | 141 | 314 | 43 | 64 | 0 | 24 | 404 | 63 | 73 |
| Binary | 10000101 | 1100001 | 11001100 | 100011 | 110100 | 0 | 10100 | 100000100 | 110011 | 111011 |
Color Harmonies of #8561CC
Complementary color
Monochromatic Colors of #8561CC
Black with #8561CC
Text Example
Text Example
White with #8561CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8561CC; }
p { color: rgb(133,97,204); }
H1.HeaderClassName
{
color: #8561CC;
}
.AnyTagClassName
{
color: #8561CC;
}
</style>
background-color css
<style>
a { background-color: #8561CC; }
a { background-color: rgb(133,97,204); }
div.DivClassName
{
background-color: #8561CC;
}
.BgClassName
{
background-color: #8561CC;
}
</style>
border-color css
<style>
span { border-color: #8561CC; }
span { border-color: rgb(133,97,204); }
td.TdClassName
{
border-color: #8561CC;
}
.TagClassName
{
border-color: #8561CC;
}
</style>