Html Css Color HEX #80639A Deluge

📋 copy color: '#80639A'

red 128 ◦ green 99 ◦ blue 154

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

Shades of Deluge #80639A

Tints of Deluge #80639A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.98%

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

R = 33.6%
G = 25.98%
B = 40.42%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#80639A (or 0x80639A) is known color: Deluge. HEX triplet: 80, 63 and 9A. RGB value is (128,99,154). Sum of RGB (Red+Green+Blue) = 128+99+154=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 154 - color contains mainly: blue. Hex color #80639A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80639A is #7F9C65. Grayscale: #717171. Windows color (decimal): -8363110 or 10118016. OLE color: 10118016.

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

Color convert

RGB 128 99 154 -
CMYK 0.17 0.36 0 0.40
HSL 271.64º 0.22% 0.5% -
HSV(B) 271.64º 0.36% 0.6% -
XYZ 19.2 15.85 32.62 -
YUV 113.94 150.61 138.03 -
System Red Green Blue C M Y K H S L
Decimal 128 99 154 0.17 0.36 0 0.40 271.64 0.22 0.5
Hex 80 63 9A 11 24 0 28 110 16 32
Octal 200 143 232 21 44 0 50 420 26 62
Binary 10000000 1100011 10011010 10001 100100 0 101000 100010000 10110 110010

Color Harmonies of #80639A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80639A

Black with #80639A

Text Example


Text Example

White with #80639A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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