Shades of True V #8565CF
Tints of True V #8565CF
RGB
CMYK
RGB Variations
Color information
#8565CF (or 0x8565CF) is known color: True V. HEX triplet: 85, 65 and CF. RGB value is (133,101,207). Sum of RGB (Red+Green+Blue) = 133+101+207=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #8565CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8565CF is #7A9A30. Grayscale: #7A7A7A. Windows color (decimal): -8034865 or 13591941. OLE color: 13591941.
HSL color Cylindrical-coordinate representation of color #8565CF: hue angle of 258.11º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8565CF is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 101 | 207 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.19 |
| HSL | 258.11º | 0.52% | 0.6% | - |
| HSV(B) | 258.11º | 0.51% | 0.81% | - |
| XYZ | 25.59 | 18.8 | 61.31 | - |
| YUV | 122.65 | 175.6 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 101 | 207 | 0.36 | 0.51 | 0 | 0.19 | 258.11 | 0.52 | 0.6 |
| Hex | 85 | 65 | CF | 24 | 33 | 0 | 13 | 102 | 34 | 3C |
| Octal | 205 | 145 | 317 | 44 | 63 | 0 | 23 | 402 | 64 | 74 |
| Binary | 10000101 | 1100101 | 11001111 | 100100 | 110011 | 0 | 10011 | 100000010 | 110100 | 111100 |
Color Harmonies of #8565CF
Complementary color
Monochromatic Colors of #8565CF
Black with #8565CF
Text Example
Text Example
White with #8565CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8565CF; }
p { color: rgb(133,101,207); }
H1.HeaderClassName
{
color: #8565CF;
}
.AnyTagClassName
{
color: #8565CF;
}
</style>
background-color css
<style>
a { background-color: #8565CF; }
a { background-color: rgb(133,101,207); }
div.DivClassName
{
background-color: #8565CF;
}
.BgClassName
{
background-color: #8565CF;
}
</style>
border-color css
<style>
span { border-color: #8565CF; }
span { border-color: rgb(133,101,207); }
td.TdClassName
{
border-color: #8565CF;
}
.TagClassName
{
border-color: #8565CF;
}
</style>