Html Css Color HEX #80629A Deluge

📋 copy color: '#80629A'

red 128 ◦ green 98 ◦ blue 154

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

Shades of Deluge #80629A

Tints of Deluge #80629A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.79%

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

R = 33.68%
G = 25.79%
B = 40.53%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#80629A (or 0x80629A) is known color: Deluge. HEX triplet: 80, 62 and 9A. RGB value is (128,98,154). Sum of RGB (Red+Green+Blue) = 128+98+154=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 154 - color contains mainly: blue. Hex color #80629A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80629A is #7F9D65. Grayscale: #717171. Windows color (decimal): -8363366 or 10117760. OLE color: 10117760.

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

Color convert

RGB 128 98 154 -
CMYK 0.17 0.36 0 0.40
HSL 272.14º 0.22% 0.49% -
HSV(B) 272.14º 0.36% 0.6% -
XYZ 19.1 15.66 32.59 -
YUV 113.35 150.94 138.45 -
System Red Green Blue C M Y K H S L
Decimal 128 98 154 0.17 0.36 0 0.40 272.14 0.22 0.49
Hex 80 62 9A 11 24 0 28 110 16 31
Octal 200 142 232 21 44 0 50 420 26 61
Binary 10000000 1100010 10011010 10001 100100 0 101000 100010000 10110 110001

Color Harmonies of #80629A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80629A

Black with #80629A

Text Example


Text Example

White with #80629A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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