Shades of Deluge #8367AA
Tints of Deluge #8367AA
RGB
CMYK
RGB Variations
Color information
#8367AA (or 0x8367AA) is known color: Deluge. HEX triplet: 83, 67 and AA. RGB value is (131,103,170). Sum of RGB (Red+Green+Blue) = 131+103+170=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #8367AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8367AA is #7C9855. Grayscale: #767676. Windows color (decimal): -8165462 or 11167619. OLE color: 11167619.
HSL color Cylindrical-coordinate representation of color #8367AA: hue angle of 265.07º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8367AA is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 103 | 170 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.33 |
| HSL | 265.07º | 0.28% | 0.54% | - |
| HSV(B) | 265.07º | 0.39% | 0.67% | - |
| XYZ | 21.47 | 17.43 | 40.26 | - |
| YUV | 119.01 | 156.78 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 103 | 170 | 0.23 | 0.39 | 0 | 0.33 | 265.07 | 0.28 | 0.54 |
| Hex | 83 | 67 | AA | 17 | 27 | 0 | 21 | 109 | 1C | 36 |
| Octal | 203 | 147 | 252 | 27 | 47 | 0 | 41 | 411 | 34 | 66 |
| Binary | 10000011 | 1100111 | 10101010 | 10111 | 100111 | 0 | 100001 | 100001001 | 11100 | 110110 |
Color Harmonies of #8367AA
Complementary color
Monochromatic Colors of #8367AA
Black with #8367AA
Text Example
Text Example
White with #8367AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8367AA; }
p { color: rgb(131,103,170); }
H1.HeaderClassName
{
color: #8367AA;
}
.AnyTagClassName
{
color: #8367AA;
}
</style>
background-color css
<style>
a { background-color: #8367AA; }
a { background-color: rgb(131,103,170); }
div.DivClassName
{
background-color: #8367AA;
}
.BgClassName
{
background-color: #8367AA;
}
</style>
border-color css
<style>
span { border-color: #8367AA; }
span { border-color: rgb(131,103,170); }
td.TdClassName
{
border-color: #8367AA;
}
.TagClassName
{
border-color: #8367AA;
}
</style>