Shades of True V #8969CB
Tints of True V #8969CB
RGB
CMYK
RGB Variations
Color information
#8969CB (or 0x8969CB) is known color: True V. HEX triplet: 89, 69 and CB. RGB value is (137,105,203). Sum of RGB (Red+Green+Blue) = 137+105+203=445 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.79% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #8969CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8969CB is #769634. Grayscale: #7D7D7D. Windows color (decimal): -7771701 or 13330825. OLE color: 13330825.
HSL color Cylindrical-coordinate representation of color #8969CB: hue angle of 259.59º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8969CB is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 105 | 203 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.20 |
| HSL | 259.59º | 0.49% | 0.6% | - |
| HSV(B) | 259.59º | 0.48% | 0.8% | - |
| XYZ | 26.15 | 19.73 | 58.93 | - |
| YUV | 125.74 | 171.6 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 105 | 203 | 0.33 | 0.48 | 0 | 0.20 | 259.59 | 0.49 | 0.6 |
| Hex | 89 | 69 | CB | 21 | 30 | 0 | 14 | 104 | 31 | 3C |
| Octal | 211 | 151 | 313 | 41 | 60 | 0 | 24 | 404 | 61 | 74 |
| Binary | 10001001 | 1101001 | 11001011 | 100001 | 110000 | 0 | 10100 | 100000100 | 110001 | 111100 |
Color Harmonies of #8969CB
Complementary color
Monochromatic Colors of #8969CB
Black with #8969CB
Text Example
Text Example
White with #8969CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8969CB; }
p { color: rgb(137,105,203); }
H1.HeaderClassName
{
color: #8969CB;
}
.AnyTagClassName
{
color: #8969CB;
}
</style>
background-color css
<style>
a { background-color: #8969CB; }
a { background-color: rgb(137,105,203); }
div.DivClassName
{
background-color: #8969CB;
}
.BgClassName
{
background-color: #8969CB;
}
</style>
border-color css
<style>
span { border-color: #8969CB; }
span { border-color: rgb(137,105,203); }
td.TdClassName
{
border-color: #8969CB;
}
.TagClassName
{
border-color: #8969CB;
}
</style>