#8366AA

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

Shades of Deluge #8366AA

Tints of Deluge #8366AA

Color information

#8366AA (or 0x8366AA) is unknown color: approx Deluge. HEX triplet: 83, 66 and AA. RGB value is (131,102,170). Sum of RGB (Red+Green+Blue) = 131+102+170=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #8366AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8366AA is #7C9955. Grayscale: #767676. Windows color (decimal): -8165718 or 11167363. OLE color: 11167363.

HSL color Cylindrical-coordinate representation of color #8366AA: hue angle of 265.59º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8366AA is Cyan = 0.23, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131102170-
CMYK0.230.400.33
HSL265.59º28.57%53.33%-
HSV(B)265.59º40%66.67%-
XYZ21.3717.2340.23-
YUV118.42157.11136.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.51%
GREEN value IS 102 (40.23% from 255) = 25.31%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=32.51%
G=25.31%
B=42.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311021700.230.400.33265.5928.5753.33
Hex8366AA172802110a1d35
Octal20314625227500414123565
Binary1000001111001101010101010111101000010000110000101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8366AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8366AA; }

 p { color: rgb(131,102,170); }

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

<style>
 a { background-color: #8366AA; }

 a { background-color: rgb(131,102,170); }

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

<style>
 span { border-color: #8366AA; }

 span { border-color: rgb(131,102,170); }

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