Html Css Color HEX #80649C Deluge

📋 copy color: '#80649C'

red 128 ◦ green 100 ◦ blue 156

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

Shades of Deluge #80649C

Tints of Deluge #80649C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.63%

R = 33.33%
G = 26.04%
B = 40.63%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80649C (or 0x80649C) is known color: Deluge. HEX triplet: 80, 64 and 9C. RGB value is (128,100,156). Sum of RGB (Red+Green+Blue) = 128+100+156=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 156 - color contains mainly: blue. Hex color #80649C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80649C is #7F9B63. Grayscale: #727272. Windows color (decimal): -8362852 or 10249344. OLE color: 10249344.

HSL color Cylindrical-coordinate representation of color #80649C: hue angle of 270º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80649C is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 100 156 -
CMYK 0.18 0.36 0 0.39
HSL 270º 0.22% 0.5% -
HSV(B) 270º 0.36% 0.61% -
XYZ 19.46 16.1 33.54 -
YUV 114.76 151.28 137.45 -
System Red Green Blue C M Y K H S L
Decimal 128 100 156 0.18 0.36 0 0.39 270 0.22 0.5
Hex 80 64 9C 12 24 0 27 10E 16 32
Octal 200 144 234 22 44 0 47 416 26 62
Binary 10000000 1100100 10011100 10010 100100 0 100111 100001110 10110 110010

Color Harmonies of #80649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80649C

Black with #80649C

Text Example


Text Example

White with #80649C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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