#8369AC

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

Shades of Deluge #8369AC

Tints of Deluge #8369AC

Color information

#8369AC (or 0x8369AC) is unknown color: approx Deluge. HEX triplet: 83, 69 and AC. RGB value is (131,105,172). Sum of RGB (Red+Green+Blue) = 131+105+172=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #8369AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8369AC is #7C9653. Grayscale: #787878. Windows color (decimal): -8164948 or 11299203. OLE color: 11299203.

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

Color convert

RGB131105172-
CMYK0.240.3900.33
HSL263.28º28.76%54.31%-
HSV(B)263.28º38.95%67.45%-
XYZ21.8617.9141.33-
YUV120.41157.11135.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.11%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 172 (67.58% from 255) = 42.16%
R=32.11%
G=25.74%
B=42.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311051720.240.3900.33263.2828.7654.31
Hex8369AC18270211071d36
Octal20315125430470414073566
Binary1000001111010011010110011000100111010000110000011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8369AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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