Shades of True V #8562CC
Tints of True V #8562CC
RGB
CMYK
RGB Variations
Color information
#8562CC (or 0x8562CC) is known color: True V. HEX triplet: 85, 62 and CC. RGB value is (133,98,204). Sum of RGB (Red+Green+Blue) = 133+98+204=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #8562CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8562CC is #7A9D33. Grayscale: #787878. Windows color (decimal): -8035636 or 13394565. OLE color: 13394565.
HSL color Cylindrical-coordinate representation of color #8562CC: hue angle of 259.81º 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 #8562CC is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 98 | 204 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.2 |
| HSL | 259.81º | 0.51% | 0.59% | - |
| HSV(B) | 259.81º | 0.52% | 0.8% | - |
| XYZ | 24.94 | 18.08 | 59.3 | - |
| YUV | 120.55 | 175.1 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 98 | 204 | 0.35 | 0.52 | 0 | 0.2 | 259.81 | 0.51 | 0.59 |
| Hex | 85 | 62 | CC | 23 | 34 | 0 | 14 | 104 | 33 | 3B |
| Octal | 205 | 142 | 314 | 43 | 64 | 0 | 24 | 404 | 63 | 73 |
| Binary | 10000101 | 1100010 | 11001100 | 100011 | 110100 | 0 | 10100 | 100000100 | 110011 | 111011 |
Color Harmonies of #8562CC
Complementary color
Monochromatic Colors of #8562CC
Black with #8562CC
Text Example
Text Example
White with #8562CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8562CC; }
p { color: rgb(133,98,204); }
H1.HeaderClassName
{
color: #8562CC;
}
.AnyTagClassName
{
color: #8562CC;
}
</style>
background-color css
<style>
a { background-color: #8562CC; }
a { background-color: rgb(133,98,204); }
div.DivClassName
{
background-color: #8562CC;
}
.BgClassName
{
background-color: #8562CC;
}
</style>
border-color css
<style>
span { border-color: #8562CC; }
span { border-color: rgb(133,98,204); }
td.TdClassName
{
border-color: #8562CC;
}
.TagClassName
{
border-color: #8562CC;
}
</style>