Shades of Deluge #8365B1
Tints of Deluge #8365B1
RGB
CMYK
RGB Variations
Color information
#8365B1 (or 0x8365B1) is known color: Deluge. HEX triplet: 83, 65 and B1. RGB value is (131,101,177). Sum of RGB (Red+Green+Blue) = 131+101+177=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 177 (69.53% from 255 or 43.28% from 409); Max value from RGB is 177 - color contains mainly: blue. Hex color #8365B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8365B1 is #7C9A4E. Grayscale: #767676. Windows color (decimal): -8165967 or 11625859. OLE color: 11625859.
HSL color Cylindrical-coordinate representation of color #8365B1: hue angle of 263.68º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8365B1 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 101 | 177 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.31 |
| HSL | 263.68º | 0.33% | 0.55% | - |
| HSV(B) | 263.68º | 0.43% | 0.69% | - |
| XYZ | 21.95 | 17.31 | 43.78 | - |
| YUV | 118.63 | 160.94 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 101 | 177 | 0.26 | 0.43 | 0 | 0.31 | 263.68 | 0.33 | 0.55 |
| Hex | 83 | 65 | B1 | 1A | 2B | 0 | 1F | 108 | 21 | 37 |
| Octal | 203 | 145 | 261 | 32 | 53 | 0 | 37 | 410 | 41 | 67 |
| Binary | 10000011 | 1100101 | 10110001 | 11010 | 101011 | 0 | 11111 | 100001000 | 100001 | 110111 |
Color Harmonies of #8365B1
Complementary color
Monochromatic Colors of #8365B1
Black with #8365B1
Text Example
Text Example
White with #8365B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8365B1; }
p { color: rgb(131,101,177); }
H1.HeaderClassName
{
color: #8365B1;
}
.AnyTagClassName
{
color: #8365B1;
}
</style>
background-color css
<style>
a { background-color: #8365B1; }
a { background-color: rgb(131,101,177); }
div.DivClassName
{
background-color: #8365B1;
}
.BgClassName
{
background-color: #8365B1;
}
</style>
border-color css
<style>
span { border-color: #8365B1; }
span { border-color: rgb(131,101,177); }
td.TdClassName
{
border-color: #8365B1;
}
.TagClassName
{
border-color: #8365B1;
}
</style>