Html Css Color HEX #80609C Deluge

📋 copy color: '#80609C'

red 128 ◦ green 96 ◦ blue 156

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

Shades of Deluge #80609C

Tints of Deluge #80609C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.26%

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

R = 33.68%
G = 25.26%
B = 41.05%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80609C (or 0x80609C) is known color: Deluge. HEX triplet: 80, 60 and 9C. RGB value is (128,96,156). Sum of RGB (Red+Green+Blue) = 128+96+156=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 156 - color contains mainly: blue. Hex color #80609C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80609C is #7F9F63. Grayscale: #707070. Windows color (decimal): -8363876 or 10248320. OLE color: 10248320.

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

Color convert

RGB 128 96 156 -
CMYK 0.18 0.38 0 0.39
HSL 272º 0.24% 0.49% -
HSV(B) 272º 0.38% 0.61% -
XYZ 19.09 15.36 33.41 -
YUV 112.41 152.6 139.12 -
System Red Green Blue C M Y K H S L
Decimal 128 96 156 0.18 0.38 0 0.39 272 0.24 0.49
Hex 80 60 9C 12 26 0 27 110 18 31
Octal 200 140 234 22 46 0 47 420 30 61
Binary 10000000 1100000 10011100 10010 100110 0 100111 100010000 11000 110001

Color Harmonies of #80609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80609C

Black with #80609C

Text Example


Text Example

White with #80609C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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