Shades of Deluge #8569B3
Tints of Deluge #8569B3
RGB
CMYK
RGB Variations
Color information
#8569B3 (or 0x8569B3) is known color: Deluge. HEX triplet: 85, 69 and B3. RGB value is (133,105,179). Sum of RGB (Red+Green+Blue) = 133+105+179=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 179 (70.31% from 255 or 42.93% from 417); Max value from RGB is 179 - color contains mainly: blue. Hex color #8569B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8569B3 is #7A964C. Grayscale: #797979. Windows color (decimal): -8033869 or 11757957. OLE color: 11757957.
HSL color Cylindrical-coordinate representation of color #8569B3: hue angle of 262.7º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8569B3 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 105 | 179 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.30 |
| HSL | 262.7º | 0.33% | 0.56% | - |
| HSV(B) | 262.7º | 0.41% | 0.7% | - |
| XYZ | 22.86 | 18.34 | 44.98 | - |
| YUV | 121.81 | 160.28 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 105 | 179 | 0.26 | 0.41 | 0 | 0.30 | 262.7 | 0.33 | 0.56 |
| Hex | 85 | 69 | B3 | 1A | 29 | 0 | 1E | 107 | 21 | 38 |
| Octal | 205 | 151 | 263 | 32 | 51 | 0 | 36 | 407 | 41 | 70 |
| Binary | 10000101 | 1101001 | 10110011 | 11010 | 101001 | 0 | 11110 | 100000111 | 100001 | 111000 |
Color Harmonies of #8569B3
Complementary color
Monochromatic Colors of #8569B3
Black with #8569B3
Text Example
Text Example
White with #8569B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8569B3; }
p { color: rgb(133,105,179); }
H1.HeaderClassName
{
color: #8569B3;
}
.AnyTagClassName
{
color: #8569B3;
}
</style>
background-color css
<style>
a { background-color: #8569B3; }
a { background-color: rgb(133,105,179); }
div.DivClassName
{
background-color: #8569B3;
}
.BgClassName
{
background-color: #8569B3;
}
</style>
border-color css
<style>
span { border-color: #8569B3; }
span { border-color: rgb(133,105,179); }
td.TdClassName
{
border-color: #8569B3;
}
.TagClassName
{
border-color: #8569B3;
}
</style>