Shades of True V #8569BE
Tints of True V #8569BE
RGB
CMYK
RGB Variations
Color information
#8569BE (or 0x8569BE) is known color: True V. HEX triplet: 85, 69 and BE. RGB value is (133,105,190). Sum of RGB (Red+Green+Blue) = 133+105+190=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #8569BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8569BE is #7A9641. Grayscale: #7A7A7A. Windows color (decimal): -8033858 or 12478853. OLE color: 12478853.
HSL color Cylindrical-coordinate representation of color #8569BE: hue angle of 259.76º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8569BE is Cyan = 0.3, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 105 | 190 | - |
| CMYK | 0.3 | 0.45 | 0 | 0.25 |
| HSL | 259.76º | 0.4% | 0.58% | - |
| HSV(B) | 259.76º | 0.45% | 0.75% | - |
| XYZ | 24.02 | 18.81 | 51.08 | - |
| YUV | 123.06 | 165.78 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 105 | 190 | 0.3 | 0.45 | 0 | 0.25 | 259.76 | 0.4 | 0.58 |
| Hex | 85 | 69 | BE | 1E | 2D | 0 | 19 | 104 | 28 | 3A |
| Octal | 205 | 151 | 276 | 36 | 55 | 0 | 31 | 404 | 50 | 72 |
| Binary | 10000101 | 1101001 | 10111110 | 11110 | 101101 | 0 | 11001 | 100000100 | 101000 | 111010 |
Color Harmonies of #8569BE
Complementary color
Monochromatic Colors of #8569BE
Black with #8569BE
Text Example
Text Example
White with #8569BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8569BE; }
p { color: rgb(133,105,190); }
H1.HeaderClassName
{
color: #8569BE;
}
.AnyTagClassName
{
color: #8569BE;
}
</style>
background-color css
<style>
a { background-color: #8569BE; }
a { background-color: rgb(133,105,190); }
div.DivClassName
{
background-color: #8569BE;
}
.BgClassName
{
background-color: #8569BE;
}
</style>
border-color css
<style>
span { border-color: #8569BE; }
span { border-color: rgb(133,105,190); }
td.TdClassName
{
border-color: #8569BE;
}
.TagClassName
{
border-color: #8569BE;
}
</style>