Html Css Color HEX #80679A Deluge

📋 copy color: '#80679A'

red 128 ◦ green 103 ◦ blue 154

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

Shades of Deluge #80679A

Tints of Deluge #80679A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.75%

 BLUE value IS 154 (60.55% from 255) = 40%

R = 33.25%
G = 26.75%
B = 40%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#80679A (or 0x80679A) is known color: Deluge. HEX triplet: 80, 67 and 9A. RGB value is (128,103,154). Sum of RGB (Red+Green+Blue) = 128+103+154=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 154 - color contains mainly: blue. Hex color #80679A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80679A is #7F9865. Grayscale: #747474. Windows color (decimal): -8362086 or 10119040. OLE color: 10119040.

HSL color Cylindrical-coordinate representation of color #80679A: hue angle of 269.41º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80679A is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 103 154 -
CMYK 0.17 0.33 0 0.40
HSL 269.41º 0.2% 0.5% -
HSV(B) 269.41º 0.33% 0.6% -
XYZ 19.59 16.62 32.75 -
YUV 116.29 149.28 136.35 -
System Red Green Blue C M Y K H S L
Decimal 128 103 154 0.17 0.33 0 0.40 269.41 0.2 0.5
Hex 80 67 9A 11 21 0 28 10D 14 32
Octal 200 147 232 21 41 0 50 415 24 62
Binary 10000000 1100111 10011010 10001 100001 0 101000 100001101 10100 110010

Color Harmonies of #80679A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80679A

Black with #80679A

Text Example


Text Example

White with #80679A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80679A; }

 p { color: rgb(128,103,154); }

 H1.HeaderClassName
 {
   color: #80679A;
 }
 .AnyTagClassName
 {
   color: #80679A;
 }
</style>

background-color css

<style>
 a { background-color: #80679A; }

 a { background-color: rgb(128,103,154); }

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

border-color css

<style>
 span { border-color: #80679A; }

 span { border-color: rgb(128,103,154); }

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