Html Css Color HEX #80629D Deluge

📋 copy color: '#80629D'

red 128 ◦ green 98 ◦ blue 157

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

Shades of Deluge #80629D

Tints of Deluge #80629D

RGB

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

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

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

R = 33.42%
G = 25.59%
B = 40.99%

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

#80629D (or 0x80629D) is known color: Deluge. HEX triplet: 80, 62 and 9D. RGB value is (128,98,157). Sum of RGB (Red+Green+Blue) = 128+98+157=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #80629D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80629D is #7F9D62. Grayscale: #717171. Windows color (decimal): -8363363 or 10314368. OLE color: 10314368.

HSL color Cylindrical-coordinate representation of color #80629D: hue angle of 270.51º degrees, saturation: 0.23, 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 #80629D is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 98 157 -
CMYK 0.18 0.38 0 0.38
HSL 270.51º 0.23% 0.5% -
HSV(B) 270.51º 0.38% 0.62% -
XYZ 19.36 15.76 33.92 -
YUV 113.7 152.44 138.2 -
System Red Green Blue C M Y K H S L
Decimal 128 98 157 0.18 0.38 0 0.38 270.51 0.23 0.5
Hex 80 62 9D 12 26 0 26 10F 17 32
Octal 200 142 235 22 46 0 46 417 27 62
Binary 10000000 1100010 10011101 10010 100110 0 100110 100001111 10111 110010

Color Harmonies of #80629D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80629D

Black with #80629D

Text Example


Text Example

White with #80629D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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