Shades of True V #8966CB
Tints of True V #8966CB
RGB
CMYK
RGB Variations
Color information
#8966CB (or 0x8966CB) is known color: True V. HEX triplet: 89, 66 and CB. RGB value is (137,102,203). Sum of RGB (Red+Green+Blue) = 137+102+203=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #8966CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8966CB is #769934. Grayscale: #7B7B7B. Windows color (decimal): -7772469 or 13330057. OLE color: 13330057.
HSL color Cylindrical-coordinate representation of color #8966CB: hue angle of 260.79º degrees, saturation: 0.49, 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 #8966CB is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 102 | 203 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.20 |
| HSL | 260.79º | 0.49% | 0.6% | - |
| HSV(B) | 260.79º | 0.5% | 0.8% | - |
| XYZ | 25.85 | 19.13 | 58.83 | - |
| YUV | 123.98 | 172.6 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 102 | 203 | 0.33 | 0.50 | 0 | 0.20 | 260.79 | 0.49 | 0.6 |
| Hex | 89 | 66 | CB | 21 | 32 | 0 | 14 | 105 | 31 | 3C |
| Octal | 211 | 146 | 313 | 41 | 62 | 0 | 24 | 405 | 61 | 74 |
| Binary | 10001001 | 1100110 | 11001011 | 100001 | 110010 | 0 | 10100 | 100000101 | 110001 | 111100 |
Color Harmonies of #8966CB
Complementary color
Monochromatic Colors of #8966CB
Black with #8966CB
Text Example
Text Example
White with #8966CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8966CB; }
p { color: rgb(137,102,203); }
H1.HeaderClassName
{
color: #8966CB;
}
.AnyTagClassName
{
color: #8966CB;
}
</style>
background-color css
<style>
a { background-color: #8966CB; }
a { background-color: rgb(137,102,203); }
div.DivClassName
{
background-color: #8966CB;
}
.BgClassName
{
background-color: #8966CB;
}
</style>
border-color css
<style>
span { border-color: #8966CB; }
span { border-color: rgb(137,102,203); }
td.TdClassName
{
border-color: #8966CB;
}
.TagClassName
{
border-color: #8966CB;
}
</style>