Html Css Color HEX #80709F Deluge

📋 copy color: '#80709F'

red 128 ◦ green 112 ◦ blue 159

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

Shades of Deluge #80709F

Tints of Deluge #80709F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.07%

 BLUE value IS 159 (62.5% from 255) = 39.85%

R = 32.08%
G = 28.07%
B = 39.85%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80709F (or 0x80709F) is known color: Deluge. HEX triplet: 80, 70 and 9F. RGB value is (128,112,159). Sum of RGB (Red+Green+Blue) = 128+112+159=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 159 - color contains mainly: blue. Hex color #80709F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80709F is #7F8F60. Grayscale: #797979. Windows color (decimal): -8359777 or 10449024. OLE color: 10449024.

HSL color Cylindrical-coordinate representation of color #80709F: hue angle of 260.43º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80709F is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 112 159 -
CMYK 0.19 0.30 0 0.38
HSL 260.43º 0.2% 0.53% -
HSV(B) 260.43º 0.3% 0.62% -
XYZ 20.95 18.68 35.3 -
YUV 122.14 148.8 132.18 -
System Red Green Blue C M Y K H S L
Decimal 128 112 159 0.19 0.30 0 0.38 260.43 0.2 0.53
Hex 80 70 9F 13 1E 0 26 104 14 35
Octal 200 160 237 23 36 0 46 404 24 65
Binary 10000000 1110000 10011111 10011 11110 0 100110 100000100 10100 110101

Color Harmonies of #80709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80709F

Black with #80709F

Text Example


Text Example

White with #80709F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80709F; }

 p { color: rgb(128,112,159); }

 H1.HeaderClassName
 {
   color: #80709F;
 }
 .AnyTagClassName
 {
   color: #80709F;
 }
</style>

background-color css

<style>
 a { background-color: #80709F; }

 a { background-color: rgb(128,112,159); }

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

border-color css

<style>
 span { border-color: #80709F; }

 span { border-color: rgb(128,112,159); }

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