Shades of Deluge #8174B4
Tints of Deluge #8174B4
RGB
CMYK
RGB Variations
Color information
#8174B4 (or 0x8174B4) is known color: Deluge. HEX triplet: 81, 74 and B4. RGB value is (129,116,180). Sum of RGB (Red+Green+Blue) = 129+116+180=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 180 - color contains mainly: blue. Hex color #8174B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8174B4 is #7E8B4B. Grayscale: #7E7E7E. Windows color (decimal): -8293196 or 11826305. OLE color: 11826305.
HSL color Cylindrical-coordinate representation of color #8174B4: hue angle of 252.19º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8174B4 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 116 | 180 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.29 |
| HSL | 252.19º | 0.3% | 0.58% | - |
| HSV(B) | 252.19º | 0.36% | 0.71% | - |
| XYZ | 23.54 | 20.45 | 45.89 | - |
| YUV | 127.18 | 157.81 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 116 | 180 | 0.28 | 0.36 | 0 | 0.29 | 252.19 | 0.3 | 0.58 |
| Hex | 81 | 74 | B4 | 1C | 24 | 0 | 1D | FC | 1E | 3A |
| Octal | 201 | 164 | 264 | 34 | 44 | 0 | 35 | 374 | 36 | 72 |
| Binary | 10000001 | 1110100 | 10110100 | 11100 | 100100 | 0 | 11101 | 11111100 | 11110 | 111010 |
Color Harmonies of #8174B4
Complementary color
Monochromatic Colors of #8174B4
Black with #8174B4
Text Example
Text Example
White with #8174B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8174B4; }
p { color: rgb(129,116,180); }
H1.HeaderClassName
{
color: #8174B4;
}
.AnyTagClassName
{
color: #8174B4;
}
</style>
background-color css
<style>
a { background-color: #8174B4; }
a { background-color: rgb(129,116,180); }
div.DivClassName
{
background-color: #8174B4;
}
.BgClassName
{
background-color: #8174B4;
}
</style>
border-color css
<style>
span { border-color: #8174B4; }
span { border-color: rgb(129,116,180); }
td.TdClassName
{
border-color: #8174B4;
}
.TagClassName
{
border-color: #8174B4;
}
</style>