#8362B4

Color #8362B4 Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #8362B4

Tints of Deluge #8362B4

Color information

#8362B4 (or 0x8362B4) is unknown color: approx Deluge. HEX triplet: 83, 62 and B4. RGB value is (131,98,180). Sum of RGB (Red+Green+Blue) = 131+98+180=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 180 - color contains mainly: blue. Hex color #8362B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8362B4 is #7C9D4B. Grayscale: #747474. Windows color (decimal): -8166732 or 11821699. OLE color: 11821699.

HSL color Cylindrical-coordinate representation of color #8362B4: hue angle of 264.15º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8362B4 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13198180-
CMYK0.270.4600.29
HSL264.15º35.34%54.51%-
HSV(B)264.15º45.56%70.59%-
XYZ21.9716.8645.28-
YUV117.21163.43137.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 32.03%
GREEN value IS 98 (38.67% from 255) = 23.96%
BLUE value IS 180 (70.70% from 255) = 44.01%
R=32.03%
G=23.96%
B=44.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal131981800.270.4600.29264.1535.3454.51
Hex8362B41B2E01D1082337
Octal20314226433560354104367
Binary1000001111000101011010011011101110011101100001000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8362B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8362B4; }

 p { color: rgb(131,98,180); }

 H1.HeaderClassName
 {
   color: #8362B4;
 }
 .AnyTagClassName
 {
   color: #8362B4;
 }
</style>
background-color css

<style>
 a { background-color: #8362B4; }

 a { background-color: rgb(131,98,180); }

 div.DivClassName
 {
   background-color: #8362B4;
 }
 .BgClassName
 {
   background-color: #8362B4;
 }
</style>
border-color css

<style>
 span { border-color: #8362B4; }

 span { border-color: rgb(131,98,180); }

 td.TdClassName
 {
   border-color: #8362B4;
 }
 .TagClassName
 {
   border-color: #8362B4;
 }
</style>