Html Css Color HEX #80639E Deluge

📋 copy color: '#80639E'

red 128 ◦ green 99 ◦ blue 158

#80639E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #80639E

Tints of Deluge #80639E

RGB

 RED value IS 128 (50.39% from 255) = 33.25%

 GREEN value IS 99 (39.06% from 255) = 25.71%

 BLUE value IS 158 (62.11% from 255) = 41.04%

R = 33.25%
G = 25.71%
B = 41.04%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80639E (or 0x80639E) is known color: Deluge. HEX triplet: 80, 63 and 9E. RGB value is (128,99,158). Sum of RGB (Red+Green+Blue) = 128+99+158=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 158 - color contains mainly: blue. Hex color #80639E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80639E is #7F9C61. Grayscale: #727272. Windows color (decimal): -8363106 or 10380160. OLE color: 10380160.

HSL color Cylindrical-coordinate representation of color #80639E: hue angle of 269.49º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80639E is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 99 158 -
CMYK 0.19 0.37 0 0.38
HSL 269.49º 0.23% 0.5% -
HSV(B) 269.49º 0.37% 0.62% -
XYZ 19.54 15.98 34.4 -
YUV 114.4 152.61 137.7 -
System Red Green Blue C M Y K H S L
Decimal 128 99 158 0.19 0.37 0 0.38 269.49 0.23 0.5
Hex 80 63 9E 13 25 0 26 10D 17 32
Octal 200 143 236 23 45 0 46 415 27 62
Binary 10000000 1100011 10011110 10011 100101 0 100110 100001101 10111 110010

Color Harmonies of #80639E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80639E

Black with #80639E

Text Example


Text Example

White with #80639E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80639E; }

 p { color: rgb(128,99,158); }

 H1.HeaderClassName
 {
   color: #80639E;
 }
 .AnyTagClassName
 {
   color: #80639E;
 }
</style>

background-color css

<style>
 a { background-color: #80639E; }

 a { background-color: rgb(128,99,158); }

 div.DivClassName
 {
   background-color: #80639E;
 }
 .BgClassName
 {
   background-color: #80639E;
 }
</style>

border-color css

<style>
 span { border-color: #80639E; }

 span { border-color: rgb(128,99,158); }

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