Html Css Color HEX #80639C Deluge

📋 copy color: '#80639C'

red 128 ◦ green 99 ◦ blue 156

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

Shades of Deluge #80639C

Tints of Deluge #80639C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.73%

R = 33.42%
G = 25.85%
B = 40.73%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80639C (or 0x80639C) is known color: Deluge. HEX triplet: 80, 63 and 9C. RGB value is (128,99,156). Sum of RGB (Red+Green+Blue) = 128+99+156=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 156 - color contains mainly: blue. Hex color #80639C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80639C is #7F9C63. Grayscale: #717171. Windows color (decimal): -8363108 or 10249088. OLE color: 10249088.

HSL color Cylindrical-coordinate representation of color #80639C: hue angle of 270.53º degrees, saturation: 0.22, 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 #80639C is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 99 156 -
CMYK 0.18 0.37 0 0.39
HSL 270.53º 0.22% 0.5% -
HSV(B) 270.53º 0.37% 0.61% -
XYZ 19.36 15.91 33.5 -
YUV 114.17 151.61 137.87 -
System Red Green Blue C M Y K H S L
Decimal 128 99 156 0.18 0.37 0 0.39 270.53 0.22 0.5
Hex 80 63 9C 12 25 0 27 10F 16 32
Octal 200 143 234 22 45 0 47 417 26 62
Binary 10000000 1100011 10011100 10010 100101 0 100111 100001111 10110 110010

Color Harmonies of #80639C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80639C

Black with #80639C

Text Example


Text Example

White with #80639C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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