Shades of Deluge #805CAF
Tints of Deluge #805CAF
RGB
CMYK
RGB Variations
Color information
#805CAF (or 0x805CAF) is known color: Deluge. HEX triplet: 80, 5C and AF. RGB value is (128,92,175). Sum of RGB (Red+Green+Blue) = 128+92+175=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #805CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805CAF is #7FA350. Grayscale: #6F6F6F. Windows color (decimal): -8364881 or 11492480. OLE color: 11492480.
HSL color Cylindrical-coordinate representation of color #805CAF: hue angle of 266.02º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #805CAF is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 92 | 175 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.31 |
| HSL | 266.02º | 0.34% | 0.52% | - |
| HSV(B) | 266.02º | 0.47% | 0.69% | - |
| XYZ | 20.47 | 15.34 | 42.44 | - |
| YUV | 112.23 | 163.43 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 175 | 0.27 | 0.47 | 0 | 0.31 | 266.02 | 0.34 | 0.52 |
| Hex | 80 | 5C | AF | 1B | 2F | 0 | 1F | 10A | 22 | 34 |
| Octal | 200 | 134 | 257 | 33 | 57 | 0 | 37 | 412 | 42 | 64 |
| Binary | 10000000 | 1011100 | 10101111 | 11011 | 101111 | 0 | 11111 | 100001010 | 100010 | 110100 |
Color Harmonies of #805CAF
Complementary color
Monochromatic Colors of #805CAF
Black with #805CAF
Text Example
Text Example
White with #805CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805CAF; }
p { color: rgb(128,92,175); }
H1.HeaderClassName
{
color: #805CAF;
}
.AnyTagClassName
{
color: #805CAF;
}
</style>
background-color css
<style>
a { background-color: #805CAF; }
a { background-color: rgb(128,92,175); }
div.DivClassName
{
background-color: #805CAF;
}
.BgClassName
{
background-color: #805CAF;
}
</style>
border-color css
<style>
span { border-color: #805CAF; }
span { border-color: rgb(128,92,175); }
td.TdClassName
{
border-color: #805CAF;
}
.TagClassName
{
border-color: #805CAF;
}
</style>