Shades of True V #8665C1
Tints of True V #8665C1
RGB
CMYK
RGB Variations
Color information
#8665C1 (or 0x8665C1) is known color: True V. HEX triplet: 86, 65 and C1. RGB value is (134,101,193). Sum of RGB (Red+Green+Blue) = 134+101+193=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 193 (75.78% from 255 or 45.09% from 428); Max value from RGB is 193 - color contains mainly: blue. Hex color #8665C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8665C1 is #799A3E. Grayscale: #797979. Windows color (decimal): -7969343 or 12674438. OLE color: 12674438.
HSL color Cylindrical-coordinate representation of color #8665C1: hue angle of 261.52º 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 #8665C1 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 101 | 193 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.24 |
| HSL | 261.52º | 0.43% | 0.58% | - |
| HSV(B) | 261.52º | 0.48% | 0.76% | - |
| XYZ | 24.11 | 18.23 | 52.7 | - |
| YUV | 121.36 | 168.43 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 101 | 193 | 0.31 | 0.48 | 0 | 0.24 | 261.52 | 0.43 | 0.58 |
| Hex | 86 | 65 | C1 | 1F | 30 | 0 | 18 | 106 | 2B | 3A |
| Octal | 206 | 145 | 301 | 37 | 60 | 0 | 30 | 406 | 53 | 72 |
| Binary | 10000110 | 1100101 | 11000001 | 11111 | 110000 | 0 | 11000 | 100000110 | 101011 | 111010 |
Color Harmonies of #8665C1
Complementary color
Monochromatic Colors of #8665C1
Black with #8665C1
Text Example
Text Example
White with #8665C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8665C1; }
p { color: rgb(134,101,193); }
H1.HeaderClassName
{
color: #8665C1;
}
.AnyTagClassName
{
color: #8665C1;
}
</style>
background-color css
<style>
a { background-color: #8665C1; }
a { background-color: rgb(134,101,193); }
div.DivClassName
{
background-color: #8665C1;
}
.BgClassName
{
background-color: #8665C1;
}
</style>
border-color css
<style>
span { border-color: #8665C1; }
span { border-color: rgb(134,101,193); }
td.TdClassName
{
border-color: #8665C1;
}
.TagClassName
{
border-color: #8665C1;
}
</style>