Html Css Color HEX #80629B Deluge

📋 copy color: '#80629B'

red 128 ◦ green 98 ◦ blue 155

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

Shades of Deluge #80629B

Tints of Deluge #80629B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.68%

R = 33.6%
G = 25.72%
B = 40.68%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80629B (or 0x80629B) is known color: Deluge. HEX triplet: 80, 62 and 9B. RGB value is (128,98,155). Sum of RGB (Red+Green+Blue) = 128+98+155=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #80629B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80629B is #7F9D64. Grayscale: #717171. Windows color (decimal): -8363365 or 10183296. OLE color: 10183296.

HSL color Cylindrical-coordinate representation of color #80629B: hue angle of 271.58º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80629B is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 98 155 -
CMYK 0.17 0.37 0 0.39
HSL 271.58º 0.23% 0.5% -
HSV(B) 271.58º 0.37% 0.61% -
XYZ 19.19 15.69 33.03 -
YUV 113.47 151.44 138.37 -
System Red Green Blue C M Y K H S L
Decimal 128 98 155 0.17 0.37 0 0.39 271.58 0.23 0.5
Hex 80 62 9B 11 25 0 27 110 17 32
Octal 200 142 233 21 45 0 47 420 27 62
Binary 10000000 1100010 10011011 10001 100101 0 100111 100010000 10111 110010

Color Harmonies of #80629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80629B

Black with #80629B

Text Example


Text Example

White with #80629B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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