Shades of True V #8569BD
Tints of True V #8569BD
RGB
CMYK
RGB Variations
Color information
#8569BD (or 0x8569BD) is known color: True V. HEX triplet: 85, 69 and BD. RGB value is (133,105,189). Sum of RGB (Red+Green+Blue) = 133+105+189=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #8569BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8569BD is #7A9642. Grayscale: #7A7A7A. Windows color (decimal): -8033859 or 12413317. OLE color: 12413317.
HSL color Cylindrical-coordinate representation of color #8569BD: hue angle of 260º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8569BD is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 105 | 189 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.26 |
| HSL | 260º | 0.39% | 0.58% | - |
| HSV(B) | 260º | 0.44% | 0.74% | - |
| XYZ | 23.91 | 18.76 | 50.51 | - |
| YUV | 122.95 | 165.28 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 105 | 189 | 0.30 | 0.44 | 0 | 0.26 | 260 | 0.39 | 0.58 |
| Hex | 85 | 69 | BD | 1E | 2C | 0 | 1A | 104 | 27 | 3A |
| Octal | 205 | 151 | 275 | 36 | 54 | 0 | 32 | 404 | 47 | 72 |
| Binary | 10000101 | 1101001 | 10111101 | 11110 | 101100 | 0 | 11010 | 100000100 | 100111 | 111010 |
Color Harmonies of #8569BD
Complementary color
Monochromatic Colors of #8569BD
Black with #8569BD
Text Example
Text Example
White with #8569BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8569BD; }
p { color: rgb(133,105,189); }
H1.HeaderClassName
{
color: #8569BD;
}
.AnyTagClassName
{
color: #8569BD;
}
</style>
background-color css
<style>
a { background-color: #8569BD; }
a { background-color: rgb(133,105,189); }
div.DivClassName
{
background-color: #8569BD;
}
.BgClassName
{
background-color: #8569BD;
}
</style>
border-color css
<style>
span { border-color: #8569BD; }
span { border-color: rgb(133,105,189); }
td.TdClassName
{
border-color: #8569BD;
}
.TagClassName
{
border-color: #8569BD;
}
</style>