Html Css Color HEX #80629F Deluge

📋 copy color: '#80629F'

red 128 ◦ green 98 ◦ blue 159

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

Shades of Deluge #80629F

Tints of Deluge #80629F

RGB

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

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

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

R = 33.25%
G = 25.45%
B = 41.3%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80629F (or 0x80629F) is known color: Deluge. HEX triplet: 80, 62 and 9F. RGB value is (128,98,159). Sum of RGB (Red+Green+Blue) = 128+98+159=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #80629F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80629F is #7F9D60. Grayscale: #717171. Windows color (decimal): -8363361 or 10445440. OLE color: 10445440.

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

Color convert

RGB 128 98 159 -
CMYK 0.19 0.38 0 0.38
HSL 269.51º 0.24% 0.5% -
HSV(B) 269.51º 0.38% 0.62% -
XYZ 19.53 15.83 34.83 -
YUV 113.92 153.44 138.04 -
System Red Green Blue C M Y K H S L
Decimal 128 98 159 0.19 0.38 0 0.38 269.51 0.24 0.5
Hex 80 62 9F 13 26 0 26 10E 18 32
Octal 200 142 237 23 46 0 46 416 30 62
Binary 10000000 1100010 10011111 10011 100110 0 100110 100001110 11000 110010

Color Harmonies of #80629F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80629F

Black with #80629F

Text Example


Text Example

White with #80629F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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