Shades of True V #8569CC
Tints of True V #8569CC
RGB
CMYK
RGB Variations
Color information
#8569CC (or 0x8569CC) is known color: True V. HEX triplet: 85, 69 and CC. RGB value is (133,105,204). Sum of RGB (Red+Green+Blue) = 133+105+204=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #8569CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8569CC is #7A9633. Grayscale: #7C7C7C. Windows color (decimal): -8033844 or 13396357. OLE color: 13396357.
HSL color Cylindrical-coordinate representation of color #8569CC: hue angle of 256.97º 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 #8569CC is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 105 | 204 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.2 |
| HSL | 256.97º | 0.49% | 0.61% | - |
| HSV(B) | 256.97º | 0.49% | 0.8% | - |
| XYZ | 25.62 | 19.45 | 59.53 | - |
| YUV | 124.66 | 172.78 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 105 | 204 | 0.35 | 0.49 | 0 | 0.2 | 256.97 | 0.49 | 0.61 |
| Hex | 85 | 69 | CC | 23 | 31 | 0 | 14 | 101 | 31 | 3D |
| Octal | 205 | 151 | 314 | 43 | 61 | 0 | 24 | 401 | 61 | 75 |
| Binary | 10000101 | 1101001 | 11001100 | 100011 | 110001 | 0 | 10100 | 100000001 | 110001 | 111101 |
Color Harmonies of #8569CC
Complementary color
Monochromatic Colors of #8569CC
Black with #8569CC
Text Example
Text Example
White with #8569CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8569CC; }
p { color: rgb(133,105,204); }
H1.HeaderClassName
{
color: #8569CC;
}
.AnyTagClassName
{
color: #8569CC;
}
</style>
background-color css
<style>
a { background-color: #8569CC; }
a { background-color: rgb(133,105,204); }
div.DivClassName
{
background-color: #8569CC;
}
.BgClassName
{
background-color: #8569CC;
}
</style>
border-color css
<style>
span { border-color: #8569CC; }
span { border-color: rgb(133,105,204); }
td.TdClassName
{
border-color: #8569CC;
}
.TagClassName
{
border-color: #8569CC;
}
</style>