Shades of True V #8561CE
Tints of True V #8561CE
RGB
CMYK
RGB Variations
Color information
#8561CE (or 0x8561CE) is known color: True V. HEX triplet: 85, 61 and CE. RGB value is (133,97,206). Sum of RGB (Red+Green+Blue) = 133+97+206=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #8561CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8561CE is #7A9E31. Grayscale: #777777. Windows color (decimal): -8035890 or 13525381. OLE color: 13525381.
HSL color Cylindrical-coordinate representation of color #8561CE: hue angle of 259.82º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8561CE is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 97 | 206 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.19 |
| HSL | 259.82º | 0.53% | 0.59% | - |
| HSV(B) | 259.82º | 0.53% | 0.81% | - |
| XYZ | 25.09 | 17.99 | 60.54 | - |
| YUV | 120.19 | 176.43 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 97 | 206 | 0.35 | 0.53 | 0 | 0.19 | 259.82 | 0.53 | 0.59 |
| Hex | 85 | 61 | CE | 23 | 35 | 0 | 13 | 104 | 35 | 3B |
| Octal | 205 | 141 | 316 | 43 | 65 | 0 | 23 | 404 | 65 | 73 |
| Binary | 10000101 | 1100001 | 11001110 | 100011 | 110101 | 0 | 10011 | 100000100 | 110101 | 111011 |
Color Harmonies of #8561CE
Complementary color
Monochromatic Colors of #8561CE
Black with #8561CE
Text Example
Text Example
White with #8561CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8561CE; }
p { color: rgb(133,97,206); }
H1.HeaderClassName
{
color: #8561CE;
}
.AnyTagClassName
{
color: #8561CE;
}
</style>
background-color css
<style>
a { background-color: #8561CE; }
a { background-color: rgb(133,97,206); }
div.DivClassName
{
background-color: #8561CE;
}
.BgClassName
{
background-color: #8561CE;
}
</style>
border-color css
<style>
span { border-color: #8561CE; }
span { border-color: rgb(133,97,206); }
td.TdClassName
{
border-color: #8561CE;
}
.TagClassName
{
border-color: #8561CE;
}
</style>