Html Css Color HEX #80649E Deluge

📋 copy color: '#80649E'

red 128 ◦ green 100 ◦ blue 158

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

Shades of Deluge #80649E

Tints of Deluge #80649E

RGB

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

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

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

R = 33.16%
G = 25.91%
B = 40.93%

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

#80649E (or 0x80649E) is known color: Deluge. HEX triplet: 80, 64 and 9E. RGB value is (128,100,158). Sum of RGB (Red+Green+Blue) = 128+100+158=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 158 - color contains mainly: blue. Hex color #80649E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80649E is #7F9B61. Grayscale: #727272. Windows color (decimal): -8362850 or 10380416. OLE color: 10380416.

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

Color convert

RGB 128 100 158 -
CMYK 0.19 0.37 0 0.38
HSL 268.97º 0.23% 0.51% -
HSV(B) 268.97º 0.37% 0.62% -
XYZ 19.63 16.17 34.43 -
YUV 114.98 152.28 137.28 -
System Red Green Blue C M Y K H S L
Decimal 128 100 158 0.19 0.37 0 0.38 268.97 0.23 0.51
Hex 80 64 9E 13 25 0 26 10D 17 33
Octal 200 144 236 23 45 0 46 415 27 63
Binary 10000000 1100100 10011110 10011 100101 0 100110 100001101 10111 110011

Color Harmonies of #80649E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80649E

Black with #80649E

Text Example


Text Example

White with #80649E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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