Shades of True V #8765C2
Tints of True V #8765C2
RGB
CMYK
RGB Variations
Color information
#8765C2 (or 0x8765C2) is known color: True V. HEX triplet: 87, 65 and C2. RGB value is (135,101,194). Sum of RGB (Red+Green+Blue) = 135+101+194=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 194 - color contains mainly: blue. Hex color #8765C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8765C2 is #789A3D. Grayscale: #797979. Windows color (decimal): -7903806 or 12739975. OLE color: 12739975.
HSL color Cylindrical-coordinate representation of color #8765C2: hue angle of 261.94º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8765C2 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 101 | 194 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.24 |
| HSL | 261.94º | 0.43% | 0.58% | - |
| HSV(B) | 261.94º | 0.48% | 0.76% | - |
| XYZ | 24.38 | 18.35 | 53.3 | - |
| YUV | 121.77 | 168.76 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 101 | 194 | 0.30 | 0.48 | 0 | 0.24 | 261.94 | 0.43 | 0.58 |
| Hex | 87 | 65 | C2 | 1E | 30 | 0 | 18 | 106 | 2B | 3A |
| Octal | 207 | 145 | 302 | 36 | 60 | 0 | 30 | 406 | 53 | 72 |
| Binary | 10000111 | 1100101 | 11000010 | 11110 | 110000 | 0 | 11000 | 100000110 | 101011 | 111010 |
Color Harmonies of #8765C2
Complementary color
Monochromatic Colors of #8765C2
Black with #8765C2
Text Example
Text Example
White with #8765C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8765C2; }
p { color: rgb(135,101,194); }
H1.HeaderClassName
{
color: #8765C2;
}
.AnyTagClassName
{
color: #8765C2;
}
</style>
background-color css
<style>
a { background-color: #8765C2; }
a { background-color: rgb(135,101,194); }
div.DivClassName
{
background-color: #8765C2;
}
.BgClassName
{
background-color: #8765C2;
}
</style>
border-color css
<style>
span { border-color: #8765C2; }
span { border-color: rgb(135,101,194); }
td.TdClassName
{
border-color: #8765C2;
}
.TagClassName
{
border-color: #8765C2;
}
</style>