Html Css Color HEX #80619A Deluge

📋 copy color: '#80619A'

red 128 ◦ green 97 ◦ blue 154

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

Shades of Deluge #80619A

Tints of Deluge #80619A

RGB

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

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

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

R = 33.77%
G = 25.59%
B = 40.63%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#80619A (or 0x80619A) is known color: Deluge. HEX triplet: 80, 61 and 9A. RGB value is (128,97,154). Sum of RGB (Red+Green+Blue) = 128+97+154=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 154 - color contains mainly: blue. Hex color #80619A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80619A is #7F9E65. Grayscale: #707070. Windows color (decimal): -8363622 or 10117504. OLE color: 10117504.

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

Color convert

RGB 128 97 154 -
CMYK 0.17 0.37 0 0.40
HSL 272.63º 0.23% 0.49% -
HSV(B) 272.63º 0.37% 0.6% -
XYZ 19.01 15.47 32.56 -
YUV 112.77 151.27 138.87 -
System Red Green Blue C M Y K H S L
Decimal 128 97 154 0.17 0.37 0 0.40 272.63 0.23 0.49
Hex 80 61 9A 11 25 0 28 111 17 31
Octal 200 141 232 21 45 0 50 421 27 61
Binary 10000000 1100001 10011010 10001 100101 0 101000 100010001 10111 110001

Color Harmonies of #80619A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80619A

Black with #80619A

Text Example


Text Example

White with #80619A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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