Shades of True V #865FC2
Tints of True V #865FC2
RGB
CMYK
RGB Variations
Color information
#865FC2 (or 0x865FC2) is known color: True V. HEX triplet: 86, 5F and C2. RGB value is (134,95,194). Sum of RGB (Red+Green+Blue) = 134+95+194=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 194 (76.17% from 255 or 45.86% from 423); Max value from RGB is 194 - color contains mainly: blue. Hex color #865FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865FC2 is #79A03D. Grayscale: #757575. Windows color (decimal): -7970878 or 12738438. OLE color: 12738438.
HSL color Cylindrical-coordinate representation of color #865FC2: hue angle of 263.64º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #865FC2 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 95 | 194 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.24 |
| HSL | 263.64º | 0.45% | 0.57% | - |
| HSV(B) | 263.64º | 0.51% | 0.76% | - |
| XYZ | 23.66 | 17.15 | 53.1 | - |
| YUV | 117.95 | 170.92 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 194 | 0.31 | 0.51 | 0 | 0.24 | 263.64 | 0.45 | 0.57 |
| Hex | 86 | 5F | C2 | 1F | 33 | 0 | 18 | 108 | 2D | 39 |
| Octal | 206 | 137 | 302 | 37 | 63 | 0 | 30 | 410 | 55 | 71 |
| Binary | 10000110 | 1011111 | 11000010 | 11111 | 110011 | 0 | 11000 | 100001000 | 101101 | 111001 |
Color Harmonies of #865FC2
Complementary color
Monochromatic Colors of #865FC2
Black with #865FC2
Text Example
Text Example
White with #865FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865FC2; }
p { color: rgb(134,95,194); }
H1.HeaderClassName
{
color: #865FC2;
}
.AnyTagClassName
{
color: #865FC2;
}
</style>
background-color css
<style>
a { background-color: #865FC2; }
a { background-color: rgb(134,95,194); }
div.DivClassName
{
background-color: #865FC2;
}
.BgClassName
{
background-color: #865FC2;
}
</style>
border-color css
<style>
span { border-color: #865FC2; }
span { border-color: rgb(134,95,194); }
td.TdClassName
{
border-color: #865FC2;
}
.TagClassName
{
border-color: #865FC2;
}
</style>