Shades of True V #8662CB
Tints of True V #8662CB
RGB
CMYK
RGB Variations
Color information
#8662CB (or 0x8662CB) is known color: True V. HEX triplet: 86, 62 and CB. RGB value is (134,98,203). Sum of RGB (Red+Green+Blue) = 134+98+203=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #8662CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8662CB is #799D34. Grayscale: #787878. Windows color (decimal): -7970101 or 13329030. OLE color: 13329030.
HSL color Cylindrical-coordinate representation of color #8662CB: hue angle of 260.57º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8662CB is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 98 | 203 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.20 |
| HSL | 260.57º | 0.5% | 0.59% | - |
| HSV(B) | 260.57º | 0.52% | 0.8% | - |
| XYZ | 24.98 | 18.12 | 58.68 | - |
| YUV | 120.73 | 174.43 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 98 | 203 | 0.34 | 0.52 | 0 | 0.20 | 260.57 | 0.5 | 0.59 |
| Hex | 86 | 62 | CB | 22 | 34 | 0 | 14 | 105 | 32 | 3B |
| Octal | 206 | 142 | 313 | 42 | 64 | 0 | 24 | 405 | 62 | 73 |
| Binary | 10000110 | 1100010 | 11001011 | 100010 | 110100 | 0 | 10100 | 100000101 | 110010 | 111011 |
Color Harmonies of #8662CB
Complementary color
Monochromatic Colors of #8662CB
Black with #8662CB
Text Example
Text Example
White with #8662CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8662CB; }
p { color: rgb(134,98,203); }
H1.HeaderClassName
{
color: #8662CB;
}
.AnyTagClassName
{
color: #8662CB;
}
</style>
background-color css
<style>
a { background-color: #8662CB; }
a { background-color: rgb(134,98,203); }
div.DivClassName
{
background-color: #8662CB;
}
.BgClassName
{
background-color: #8662CB;
}
</style>
border-color css
<style>
span { border-color: #8662CB; }
span { border-color: rgb(134,98,203); }
td.TdClassName
{
border-color: #8662CB;
}
.TagClassName
{
border-color: #8662CB;
}
</style>