Html Css Color HEX #80659A Deluge

📋 copy color: '#80659A'

red 128 ◦ green 101 ◦ blue 154

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

Shades of Deluge #80659A

Tints of Deluge #80659A

RGB

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

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

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

R = 33.42%
G = 26.37%
B = 40.21%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#80659A (or 0x80659A) is known color: Deluge. HEX triplet: 80, 65 and 9A. RGB value is (128,101,154). Sum of RGB (Red+Green+Blue) = 128+101+154=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 154 - color contains mainly: blue. Hex color #80659A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80659A is #7F9A65. Grayscale: #727272. Windows color (decimal): -8362598 or 10118528. OLE color: 10118528.

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

Color convert

RGB 128 101 154 -
CMYK 0.17 0.34 0 0.40
HSL 270.57º 0.21% 0.5% -
HSV(B) 270.57º 0.34% 0.6% -
XYZ 19.39 16.23 32.68 -
YUV 115.12 149.95 137.19 -
System Red Green Blue C M Y K H S L
Decimal 128 101 154 0.17 0.34 0 0.40 270.57 0.21 0.5
Hex 80 65 9A 11 22 0 28 10F 15 32
Octal 200 145 232 21 42 0 50 417 25 62
Binary 10000000 1100101 10011010 10001 100010 0 101000 100001111 10101 110010

Color Harmonies of #80659A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80659A

Black with #80659A

Text Example


Text Example

White with #80659A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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