#8367AC

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

Shades of Deluge #8367AC

Tints of Deluge #8367AC

Color information

#8367AC (or 0x8367AC) is unknown color: approx Deluge. HEX triplet: 83, 67 and AC. RGB value is (131,103,172). Sum of RGB (Red+Green+Blue) = 131+103+172=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #8367AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8367AC is #7C9853. Grayscale: #767676. Windows color (decimal): -8165460 or 11298691. OLE color: 11298691.

HSL color Cylindrical-coordinate representation of color #8367AC: hue angle of 264.35º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8367AC is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131103172-
CMYK0.240.4000.33
HSL264.35º29.36%53.92%-
HSV(B)264.35º40.12%67.45%-
XYZ21.6617.541.27-
YUV119.24157.78136.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.27%
GREEN value IS 103 (40.62% from 255) = 25.37%
BLUE value IS 172 (67.58% from 255) = 42.36%
R=32.27%
G=25.37%
B=42.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311031720.240.4000.33264.3529.3653.92
Hex8367AC18280211081d36
Octal20314725430500414103566
Binary1000001111001111010110011000101000010000110000100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8367AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8367AC; }

 p { color: rgb(131,103,172); }

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

<style>
 a { background-color: #8367AC; }

 a { background-color: rgb(131,103,172); }

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

<style>
 span { border-color: #8367AC; }

 span { border-color: rgb(131,103,172); }

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