Shades of True V #8665CB
Tints of True V #8665CB
RGB
CMYK
RGB Variations
Color information
#8665CB (or 0x8665CB) is known color: True V. HEX triplet: 86, 65 and CB. RGB value is (134,101,203). Sum of RGB (Red+Green+Blue) = 134+101+203=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #8665CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8665CB is #799A34. Grayscale: #7A7A7A. Windows color (decimal): -7969333 or 13329798. OLE color: 13329798.
HSL color Cylindrical-coordinate representation of color #8665CB: hue angle of 259.41º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8665CB is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 101 | 203 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.20 |
| HSL | 259.41º | 0.5% | 0.6% | - |
| HSV(B) | 259.41º | 0.5% | 0.8% | - |
| XYZ | 25.26 | 18.69 | 58.78 | - |
| YUV | 122.5 | 173.43 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 101 | 203 | 0.34 | 0.50 | 0 | 0.20 | 259.41 | 0.5 | 0.6 |
| Hex | 86 | 65 | CB | 22 | 32 | 0 | 14 | 103 | 32 | 3C |
| Octal | 206 | 145 | 313 | 42 | 62 | 0 | 24 | 403 | 62 | 74 |
| Binary | 10000110 | 1100101 | 11001011 | 100010 | 110010 | 0 | 10100 | 100000011 | 110010 | 111100 |
Color Harmonies of #8665CB
Complementary color
Monochromatic Colors of #8665CB
Black with #8665CB
Text Example
Text Example
White with #8665CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8665CB; }
p { color: rgb(134,101,203); }
H1.HeaderClassName
{
color: #8665CB;
}
.AnyTagClassName
{
color: #8665CB;
}
</style>
background-color css
<style>
a { background-color: #8665CB; }
a { background-color: rgb(134,101,203); }
div.DivClassName
{
background-color: #8665CB;
}
.BgClassName
{
background-color: #8665CB;
}
</style>
border-color css
<style>
span { border-color: #8665CB; }
span { border-color: rgb(134,101,203); }
td.TdClassName
{
border-color: #8665CB;
}
.TagClassName
{
border-color: #8665CB;
}
</style>