Shades of True V #8969CF
Tints of True V #8969CF
RGB
CMYK
RGB Variations
Color information
#8969CF (or 0x8969CF) is known color: True V. HEX triplet: 89, 69 and CF. RGB value is (137,105,207). Sum of RGB (Red+Green+Blue) = 137+105+207=449 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.51% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #8969CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8969CF is #769630. Grayscale: #7D7D7D. Windows color (decimal): -7771697 or 13592969. OLE color: 13592969.
HSL color Cylindrical-coordinate representation of color #8969CF: hue angle of 258.82º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8969CF is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 105 | 207 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.19 |
| HSL | 258.82º | 0.52% | 0.61% | - |
| HSV(B) | 258.82º | 0.49% | 0.81% | - |
| XYZ | 26.63 | 19.93 | 61.47 | - |
| YUV | 126.2 | 173.6 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 105 | 207 | 0.34 | 0.49 | 0 | 0.19 | 258.82 | 0.52 | 0.61 |
| Hex | 89 | 69 | CF | 22 | 31 | 0 | 13 | 103 | 34 | 3D |
| Octal | 211 | 151 | 317 | 42 | 61 | 0 | 23 | 403 | 64 | 75 |
| Binary | 10001001 | 1101001 | 11001111 | 100010 | 110001 | 0 | 10011 | 100000011 | 110100 | 111101 |
Color Harmonies of #8969CF
Complementary color
Monochromatic Colors of #8969CF
Black with #8969CF
Text Example
Text Example
White with #8969CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8969CF; }
p { color: rgb(137,105,207); }
H1.HeaderClassName
{
color: #8969CF;
}
.AnyTagClassName
{
color: #8969CF;
}
</style>
background-color css
<style>
a { background-color: #8969CF; }
a { background-color: rgb(137,105,207); }
div.DivClassName
{
background-color: #8969CF;
}
.BgClassName
{
background-color: #8969CF;
}
</style>
border-color css
<style>
span { border-color: #8969CF; }
span { border-color: rgb(137,105,207); }
td.TdClassName
{
border-color: #8969CF;
}
.TagClassName
{
border-color: #8969CF;
}
</style>