Html Css Color HEX #80609D Deluge

📋 copy color: '#80609D'

red 128 ◦ green 96 ◦ blue 157

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

Shades of Deluge #80609D

Tints of Deluge #80609D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.2%

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

R = 33.6%
G = 25.2%
B = 41.21%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80609D (or 0x80609D) is known color: Deluge. HEX triplet: 80, 60 and 9D. RGB value is (128,96,157). Sum of RGB (Red+Green+Blue) = 128+96+157=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #80609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80609D is #7F9F62. Grayscale: #707070. Windows color (decimal): -8363875 or 10313856. OLE color: 10313856.

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

Color convert

RGB 128 96 157 -
CMYK 0.18 0.39 0 0.38
HSL 271.48º 0.24% 0.5% -
HSV(B) 271.48º 0.39% 0.62% -
XYZ 19.17 15.39 33.86 -
YUV 112.52 153.1 139.04 -
System Red Green Blue C M Y K H S L
Decimal 128 96 157 0.18 0.39 0 0.38 271.48 0.24 0.5
Hex 80 60 9D 12 27 0 26 10F 18 32
Octal 200 140 235 22 47 0 46 417 30 62
Binary 10000000 1100000 10011101 10010 100111 0 100110 100001111 11000 110010

Color Harmonies of #80609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80609D

Black with #80609D

Text Example


Text Example

White with #80609D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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