Html Css Color HEX #80649A Deluge

📋 copy color: '#80649A'

red 128 ◦ green 100 ◦ blue 154

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

Shades of Deluge #80649A

Tints of Deluge #80649A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.18%

 BLUE value IS 154 (60.55% from 255) = 40.31%

R = 33.51%
G = 26.18%
B = 40.31%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#80649A (or 0x80649A) is known color: Deluge. HEX triplet: 80, 64 and 9A. RGB value is (128,100,154). Sum of RGB (Red+Green+Blue) = 128+100+154=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 154 - color contains mainly: blue. Hex color #80649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80649A is #7F9B65. Grayscale: #727272. Windows color (decimal): -8362854 or 10118272. OLE color: 10118272.

HSL color Cylindrical-coordinate representation of color #80649A: hue angle of 271.11º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80649A is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 100 154 -
CMYK 0.17 0.35 0 0.40
HSL 271.11º 0.21% 0.5% -
HSV(B) 271.11º 0.35% 0.6% -
XYZ 19.29 16.04 32.65 -
YUV 114.53 150.28 137.61 -
System Red Green Blue C M Y K H S L
Decimal 128 100 154 0.17 0.35 0 0.40 271.11 0.21 0.5
Hex 80 64 9A 11 23 0 28 10F 15 32
Octal 200 144 232 21 43 0 50 417 25 62
Binary 10000000 1100100 10011010 10001 100011 0 101000 100001111 10101 110010

Color Harmonies of #80649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80649A

Black with #80649A

Text Example


Text Example

White with #80649A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80649A; }

 p { color: rgb(128,100,154); }

 H1.HeaderClassName
 {
   color: #80649A;
 }
 .AnyTagClassName
 {
   color: #80649A;
 }
</style>

background-color css

<style>
 a { background-color: #80649A; }

 a { background-color: rgb(128,100,154); }

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

border-color css

<style>
 span { border-color: #80649A; }

 span { border-color: rgb(128,100,154); }

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