#8362B1

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

Shades of Deluge #8362B1

Tints of Deluge #8362B1

Color information

#8362B1 (or 0x8362B1) is unknown color: approx Deluge. HEX triplet: 83, 62 and B1. RGB value is (131,98,177). Sum of RGB (Red+Green+Blue) = 131+98+177=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 177 (69.53% from 255 or 43.60% from 406); Max value from RGB is 177 - color contains mainly: blue. Hex color #8362B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8362B1 is #7C9D4E. Grayscale: #747474. Windows color (decimal): -8166735 or 11625091. OLE color: 11625091.

HSL color Cylindrical-coordinate representation of color #8362B1: hue angle of 265.06º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8362B1 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13198177-
CMYK0.260.4500.31
HSL265.06º33.62%53.92%-
HSV(B)265.06º44.63%69.41%-
XYZ21.6616.7343.68-
YUV116.87161.93138.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.27%
GREEN value IS 98 (38.67% from 255) = 24.14%
BLUE value IS 177 (69.53% from 255) = 43.60%
R=32.27%
G=24.14%
B=43.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131981770.260.4500.31265.0633.6253.92
Hex8362B11A2D01F1092236
Octal20314226132550374114266
Binary1000001111000101011000111010101101011111100001001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8362B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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