Shades of True V #8571C2
Tints of True V #8571C2
RGB
CMYK
RGB Variations
Color information
#8571C2 (or 0x8571C2) is known color: True V. HEX triplet: 85, 71 and C2. RGB value is (133,113,194). Sum of RGB (Red+Green+Blue) = 133+113+194=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 194 (76.17% from 255 or 44.09% from 440); Max value from RGB is 194 - color contains mainly: blue. Hex color #8571C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8571C2 is #7A8E3D. Grayscale: #7F7F7F. Windows color (decimal): -8031806 or 12743045. OLE color: 12743045.
HSL color Cylindrical-coordinate representation of color #8571C2: hue angle of 254.81º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8571C2 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 113 | 194 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.24 |
| HSL | 254.81º | 0.4% | 0.6% | - |
| HSV(B) | 254.81º | 0.42% | 0.76% | - |
| XYZ | 25.32 | 20.69 | 53.7 | - |
| YUV | 128.21 | 165.13 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 113 | 194 | 0.31 | 0.42 | 0 | 0.24 | 254.81 | 0.4 | 0.6 |
| Hex | 85 | 71 | C2 | 1F | 2A | 0 | 18 | FF | 28 | 3C |
| Octal | 205 | 161 | 302 | 37 | 52 | 0 | 30 | 377 | 50 | 74 |
| Binary | 10000101 | 1110001 | 11000010 | 11111 | 101010 | 0 | 11000 | 11111111 | 101000 | 111100 |
Color Harmonies of #8571C2
Complementary color
Monochromatic Colors of #8571C2
Black with #8571C2
Text Example
Text Example
White with #8571C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8571C2; }
p { color: rgb(133,113,194); }
H1.HeaderClassName
{
color: #8571C2;
}
.AnyTagClassName
{
color: #8571C2;
}
</style>
background-color css
<style>
a { background-color: #8571C2; }
a { background-color: rgb(133,113,194); }
div.DivClassName
{
background-color: #8571C2;
}
.BgClassName
{
background-color: #8571C2;
}
</style>
border-color css
<style>
span { border-color: #8571C2; }
span { border-color: rgb(133,113,194); }
td.TdClassName
{
border-color: #8571C2;
}
.TagClassName
{
border-color: #8571C2;
}
</style>