Shades of True V #8569C3
Tints of True V #8569C3
RGB
CMYK
RGB Variations
Color information
#8569C3 (or 0x8569C3) is known color: True V. HEX triplet: 85, 69 and C3. RGB value is (133,105,195). Sum of RGB (Red+Green+Blue) = 133+105+195=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 195 (76.56% from 255 or 45.03% from 433); Max value from RGB is 195 - color contains mainly: blue. Hex color #8569C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8569C3 is #7A963C. Grayscale: #7B7B7B. Windows color (decimal): -8033853 or 12806533. OLE color: 12806533.
HSL color Cylindrical-coordinate representation of color #8569C3: hue angle of 258.67º degrees, saturation: 0.43, 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 #8569C3 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 105 | 195 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.24 |
| HSL | 258.67º | 0.43% | 0.59% | - |
| HSV(B) | 258.67º | 0.46% | 0.76% | - |
| XYZ | 24.57 | 19.03 | 54.01 | - |
| YUV | 123.63 | 168.28 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 105 | 195 | 0.32 | 0.46 | 0 | 0.24 | 258.67 | 0.43 | 0.59 |
| Hex | 85 | 69 | C3 | 20 | 2E | 0 | 18 | 103 | 2B | 3B |
| Octal | 205 | 151 | 303 | 40 | 56 | 0 | 30 | 403 | 53 | 73 |
| Binary | 10000101 | 1101001 | 11000011 | 100000 | 101110 | 0 | 11000 | 100000011 | 101011 | 111011 |
Color Harmonies of #8569C3
Complementary color
Monochromatic Colors of #8569C3
Black with #8569C3
Text Example
Text Example
White with #8569C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8569C3; }
p { color: rgb(133,105,195); }
H1.HeaderClassName
{
color: #8569C3;
}
.AnyTagClassName
{
color: #8569C3;
}
</style>
background-color css
<style>
a { background-color: #8569C3; }
a { background-color: rgb(133,105,195); }
div.DivClassName
{
background-color: #8569C3;
}
.BgClassName
{
background-color: #8569C3;
}
</style>
border-color css
<style>
span { border-color: #8569C3; }
span { border-color: rgb(133,105,195); }
td.TdClassName
{
border-color: #8569C3;
}
.TagClassName
{
border-color: #8569C3;
}
</style>