Shades of Deluge #8368B6
Tints of Deluge #8368B6
RGB
CMYK
RGB Variations
Color information
#8368B6 (or 0x8368B6) is known color: Deluge. HEX triplet: 83, 68 and B6. RGB value is (131,104,182). Sum of RGB (Red+Green+Blue) = 131+104+182=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 182 - color contains mainly: blue. Hex color #8368B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8368B6 is #7C9749. Grayscale: #787878. Windows color (decimal): -8165194 or 11954307. OLE color: 11954307.
HSL color Cylindrical-coordinate representation of color #8368B6: hue angle of 260.77º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8368B6 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 104 | 182 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.29 |
| HSL | 260.77º | 0.35% | 0.56% | - |
| HSV(B) | 260.77º | 0.43% | 0.71% | - |
| XYZ | 22.75 | 18.1 | 46.55 | - |
| YUV | 120.97 | 162.45 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 104 | 182 | 0.28 | 0.43 | 0 | 0.29 | 260.77 | 0.35 | 0.56 |
| Hex | 83 | 68 | B6 | 1C | 2B | 0 | 1D | 105 | 23 | 38 |
| Octal | 203 | 150 | 266 | 34 | 53 | 0 | 35 | 405 | 43 | 70 |
| Binary | 10000011 | 1101000 | 10110110 | 11100 | 101011 | 0 | 11101 | 100000101 | 100011 | 111000 |
Color Harmonies of #8368B6
Complementary color
Monochromatic Colors of #8368B6
Black with #8368B6
Text Example
Text Example
White with #8368B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8368B6; }
p { color: rgb(131,104,182); }
H1.HeaderClassName
{
color: #8368B6;
}
.AnyTagClassName
{
color: #8368B6;
}
</style>
background-color css
<style>
a { background-color: #8368B6; }
a { background-color: rgb(131,104,182); }
div.DivClassName
{
background-color: #8368B6;
}
.BgClassName
{
background-color: #8368B6;
}
</style>
border-color css
<style>
span { border-color: #8368B6; }
span { border-color: rgb(131,104,182); }
td.TdClassName
{
border-color: #8368B6;
}
.TagClassName
{
border-color: #8368B6;
}
</style>