Shades of True V #8969CC
Tints of True V #8969CC
RGB
CMYK
RGB Variations
Color information
#8969CC (or 0x8969CC) is known color: True V. HEX triplet: 89, 69 and CC. RGB value is (137,105,204). Sum of RGB (Red+Green+Blue) = 137+105+204=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #8969CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8969CC is #769633. Grayscale: #7D7D7D. Windows color (decimal): -7771700 or 13396361. OLE color: 13396361.
HSL color Cylindrical-coordinate representation of color #8969CC: hue angle of 259.39º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8969CC is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 105 | 204 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.2 |
| HSL | 259.39º | 0.49% | 0.61% | - |
| HSV(B) | 259.39º | 0.49% | 0.8% | - |
| XYZ | 26.27 | 19.78 | 59.56 | - |
| YUV | 125.85 | 172.1 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 105 | 204 | 0.33 | 0.49 | 0 | 0.2 | 259.39 | 0.49 | 0.61 |
| Hex | 89 | 69 | CC | 21 | 31 | 0 | 14 | 103 | 31 | 3D |
| Octal | 211 | 151 | 314 | 41 | 61 | 0 | 24 | 403 | 61 | 75 |
| Binary | 10001001 | 1101001 | 11001100 | 100001 | 110001 | 0 | 10100 | 100000011 | 110001 | 111101 |
Color Harmonies of #8969CC
Complementary color
Monochromatic Colors of #8969CC
Black with #8969CC
Text Example
Text Example
White with #8969CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8969CC; }
p { color: rgb(137,105,204); }
H1.HeaderClassName
{
color: #8969CC;
}
.AnyTagClassName
{
color: #8969CC;
}
</style>
background-color css
<style>
a { background-color: #8969CC; }
a { background-color: rgb(137,105,204); }
div.DivClassName
{
background-color: #8969CC;
}
.BgClassName
{
background-color: #8969CC;
}
</style>
border-color css
<style>
span { border-color: #8969CC; }
span { border-color: rgb(137,105,204); }
td.TdClassName
{
border-color: #8969CC;
}
.TagClassName
{
border-color: #8969CC;
}
</style>