#8362B3

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

Shades of Deluge #8362B3

Tints of Deluge #8362B3

Color information

#8362B3 (or 0x8362B3) is unknown color: approx Deluge. HEX triplet: 83, 62 and B3. RGB value is (131,98,179). Sum of RGB (Red+Green+Blue) = 131+98+179=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 179 (70.31% from 255 or 43.87% from 408); Max value from RGB is 179 - color contains mainly: blue. Hex color #8362B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8362B3 is #7C9D4C. Grayscale: #747474. Windows color (decimal): -8166733 or 11756163. OLE color: 11756163.

HSL color Cylindrical-coordinate representation of color #8362B3: hue angle of 264.44º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8362B3 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13198179-
CMYK0.270.4500.30
HSL264.44º34.76%54.31%-
HSV(B)264.44º45.25%70.2%-
XYZ21.8616.8244.74-
YUV117.1162.93137.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.11%
GREEN value IS 98 (38.67% from 255) = 24.02%
BLUE value IS 179 (70.31% from 255) = 43.87%
R=32.11%
G=24.02%
B=43.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal131981790.270.4500.30264.4434.7654.31
Hex8362B31B2D01E1082336
Octal20314226333550364104366
Binary1000001111000101011001111011101101011110100001000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8362B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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