Html Css Color HEX #80619D Deluge

📋 copy color: '#80619D'

red 128 ◦ green 97 ◦ blue 157

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

Shades of Deluge #80619D

Tints of Deluge #80619D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.39%

 BLUE value IS 157 (61.72% from 255) = 41.1%

R = 33.51%
G = 25.39%
B = 41.1%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80619D (or 0x80619D) is known color: Deluge. HEX triplet: 80, 61 and 9D. RGB value is (128,97,157). Sum of RGB (Red+Green+Blue) = 128+97+157=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #80619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80619D is #7F9E62. Grayscale: #707070. Windows color (decimal): -8363619 or 10314112. OLE color: 10314112.

HSL color Cylindrical-coordinate representation of color #80619D: hue angle of 271º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80619D is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 97 157 -
CMYK 0.18 0.38 0 0.38
HSL 271º 0.24% 0.5% -
HSV(B) 271º 0.38% 0.62% -
XYZ 19.26 15.57 33.89 -
YUV 113.11 152.77 138.62 -
System Red Green Blue C M Y K H S L
Decimal 128 97 157 0.18 0.38 0 0.38 271 0.24 0.5
Hex 80 61 9D 12 26 0 26 10F 18 32
Octal 200 141 235 22 46 0 46 417 30 62
Binary 10000000 1100001 10011101 10010 100110 0 100110 100001111 11000 110010

Color Harmonies of #80619D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80619D

Black with #80619D

Text Example


Text Example

White with #80619D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80619D; }

 p { color: rgb(128,97,157); }

 H1.HeaderClassName
 {
   color: #80619D;
 }
 .AnyTagClassName
 {
   color: #80619D;
 }
</style>

background-color css

<style>
 a { background-color: #80619D; }

 a { background-color: rgb(128,97,157); }

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

border-color css

<style>
 span { border-color: #80619D; }

 span { border-color: rgb(128,97,157); }

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