Html Css Color HEX #80659C Deluge

📋 copy color: '#80659C'

red 128 ◦ green 101 ◦ blue 156

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

Shades of Deluge #80659C

Tints of Deluge #80659C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.23%

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

R = 33.25%
G = 26.23%
B = 40.52%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80659C (or 0x80659C) is known color: Deluge. HEX triplet: 80, 65 and 9C. RGB value is (128,101,156). Sum of RGB (Red+Green+Blue) = 128+101+156=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #80659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80659C is #7F9A63. Grayscale: #737373. Windows color (decimal): -8362596 or 10249600. OLE color: 10249600.

HSL color Cylindrical-coordinate representation of color #80659C: hue angle of 269.45º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80659C is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 101 156 -
CMYK 0.18 0.35 0 0.39
HSL 269.45º 0.22% 0.5% -
HSV(B) 269.45º 0.35% 0.61% -
XYZ 19.56 16.3 33.57 -
YUV 115.34 150.95 137.03 -
System Red Green Blue C M Y K H S L
Decimal 128 101 156 0.18 0.35 0 0.39 269.45 0.22 0.5
Hex 80 65 9C 12 23 0 27 10D 16 32
Octal 200 145 234 22 43 0 47 415 26 62
Binary 10000000 1100101 10011100 10010 100011 0 100111 100001101 10110 110010

Color Harmonies of #80659C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80659C

Black with #80659C

Text Example


Text Example

White with #80659C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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