Html Css Color HEX #80619E Deluge

📋 copy color: '#80619E'

red 128 ◦ green 97 ◦ blue 158

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

Shades of Deluge #80619E

Tints of Deluge #80619E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.33%

 BLUE value IS 158 (62.11% from 255) = 41.25%

R = 33.42%
G = 25.33%
B = 41.25%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80619E (or 0x80619E) is known color: Deluge. HEX triplet: 80, 61 and 9E. RGB value is (128,97,158). Sum of RGB (Red+Green+Blue) = 128+97+158=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 158 - color contains mainly: blue. Hex color #80619E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80619E is #7F9E61. Grayscale: #717171. Windows color (decimal): -8363618 or 10379648. OLE color: 10379648.

HSL color Cylindrical-coordinate representation of color #80619E: hue angle of 270.49º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80619E is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 97 158 -
CMYK 0.19 0.39 0 0.38
HSL 270.49º 0.24% 0.5% -
HSV(B) 270.49º 0.39% 0.62% -
XYZ 19.35 15.61 34.34 -
YUV 113.22 153.27 138.54 -
System Red Green Blue C M Y K H S L
Decimal 128 97 158 0.19 0.39 0 0.38 270.49 0.24 0.5
Hex 80 61 9E 13 27 0 26 10E 18 32
Octal 200 141 236 23 47 0 46 416 30 62
Binary 10000000 1100001 10011110 10011 100111 0 100110 100001110 11000 110010

Color Harmonies of #80619E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80619E

Black with #80619E

Text Example


Text Example

White with #80619E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80619E; }

 p { color: rgb(128,97,158); }

 H1.HeaderClassName
 {
   color: #80619E;
 }
 .AnyTagClassName
 {
   color: #80619E;
 }
</style>

background-color css

<style>
 a { background-color: #80619E; }

 a { background-color: rgb(128,97,158); }

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

border-color css

<style>
 span { border-color: #80619E; }

 span { border-color: rgb(128,97,158); }

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