Shades of True V #8569C2
Tints of True V #8569C2
RGB
CMYK
RGB Variations
Color information
#8569C2 (or 0x8569C2) is known color: True V. HEX triplet: 85, 69 and C2. RGB value is (133,105,194). Sum of RGB (Red+Green+Blue) = 133+105+194=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 194 - color contains mainly: blue. Hex color #8569C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8569C2 is #7A963D. Grayscale: #7B7B7B. Windows color (decimal): -8033854 or 12740997. OLE color: 12740997.
HSL color Cylindrical-coordinate representation of color #8569C2: hue angle of 258.88º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8569C2 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 105 | 194 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.24 |
| HSL | 258.88º | 0.42% | 0.59% | - |
| HSV(B) | 258.88º | 0.46% | 0.76% | - |
| XYZ | 24.46 | 18.98 | 53.41 | - |
| YUV | 123.52 | 167.78 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 105 | 194 | 0.31 | 0.46 | 0 | 0.24 | 258.88 | 0.42 | 0.59 |
| Hex | 85 | 69 | C2 | 1F | 2E | 0 | 18 | 103 | 2A | 3B |
| Octal | 205 | 151 | 302 | 37 | 56 | 0 | 30 | 403 | 52 | 73 |
| Binary | 10000101 | 1101001 | 11000010 | 11111 | 101110 | 0 | 11000 | 100000011 | 101010 | 111011 |
Color Harmonies of #8569C2
Complementary color
Monochromatic Colors of #8569C2
Black with #8569C2
Text Example
Text Example
White with #8569C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8569C2; }
p { color: rgb(133,105,194); }
H1.HeaderClassName
{
color: #8569C2;
}
.AnyTagClassName
{
color: #8569C2;
}
</style>
background-color css
<style>
a { background-color: #8569C2; }
a { background-color: rgb(133,105,194); }
div.DivClassName
{
background-color: #8569C2;
}
.BgClassName
{
background-color: #8569C2;
}
</style>
border-color css
<style>
span { border-color: #8569C2; }
span { border-color: rgb(133,105,194); }
td.TdClassName
{
border-color: #8569C2;
}
.TagClassName
{
border-color: #8569C2;
}
</style>