#83669F

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

Shades of Deluge #83669F

Tints of Deluge #83669F

Color information

#83669F (or 0x83669F) is unknown color: approx Deluge. HEX triplet: 83, 66 and 9F. RGB value is (131,102,159). Sum of RGB (Red+Green+Blue) = 131+102+159=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 159 - color contains mainly: blue. Hex color #83669F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83669F is #7C9960. Grayscale: #747474. Windows color (decimal): -8165729 or 10446467. OLE color: 10446467.

HSL color Cylindrical-coordinate representation of color #83669F: hue angle of 270.53º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83669F is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB131102159-
CMYK0.180.3600.38
HSL270.53º22.89%51.18%-
HSV(B)270.53º35.85%62.35%-
XYZ20.3716.8334.98-
YUV117.17151.61137.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.42%
GREEN value IS 102 (40.23% from 255) = 26.02%
BLUE value IS 159 (62.5% from 255) = 40.56%
R=33.42%
G=26.02%
B=40.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311021590.180.3600.38270.5322.8951.18
Hex83669F122402610f1733
Octal20314623722440464172763
Binary1000001111001101001111110010100100010011010000111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83669F; }

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

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

<style>
 a { background-color: #83669F; }

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

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

<style>
 span { border-color: #83669F; }

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

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