#8369AF

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

Shades of Deluge #8369AF

Tints of Deluge #8369AF

Color information

#8369AF (or 0x8369AF) is unknown color: approx Deluge. HEX triplet: 83, 69 and AF. RGB value is (131,105,175). Sum of RGB (Red+Green+Blue) = 131+105+175=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #8369AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8369AF is #7C9650. Grayscale: #787878. Windows color (decimal): -8164945 or 11495811. OLE color: 11495811.

HSL color Cylindrical-coordinate representation of color #8369AF: hue angle of 262.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8369AF is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB131105175-
CMYK0.250.4000.31
HSL262.29º30.43%54.9%-
HSV(B)262.29º40%68.63%-
XYZ22.1518.0242.87-
YUV120.75158.61135.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.87%
GREEN value IS 105 (41.41% from 255) = 25.55%
BLUE value IS 175 (68.75% from 255) = 42.58%
R=31.87%
G=25.55%
B=42.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311051750.250.4000.31262.2930.4354.9
Hex8369AF192801F1061e37
Octal20315125731500374063667
Binary100000111101001101011111100110100001111110000011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8369AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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