Html Css Color HEX #80669B Deluge

📋 copy color: '#80669B'

red 128 ◦ green 102 ◦ blue 155

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

Shades of Deluge #80669B

Tints of Deluge #80669B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.49%

 BLUE value IS 155 (60.94% from 255) = 40.26%

R = 33.25%
G = 26.49%
B = 40.26%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80669B (or 0x80669B) is known color: Deluge. HEX triplet: 80, 66 and 9B. RGB value is (128,102,155). Sum of RGB (Red+Green+Blue) = 128+102+155=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #80669B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80669B is #7F9964. Grayscale: #737373. Windows color (decimal): -8362341 or 10184320. OLE color: 10184320.

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

Color convert

RGB 128 102 155 -
CMYK 0.17 0.34 0 0.39
HSL 269.43º 0.21% 0.5% -
HSV(B) 269.43º 0.34% 0.61% -
XYZ 19.57 16.46 33.16 -
YUV 115.82 150.11 136.69 -
System Red Green Blue C M Y K H S L
Decimal 128 102 155 0.17 0.34 0 0.39 269.43 0.21 0.5
Hex 80 66 9B 11 22 0 27 10D 15 32
Octal 200 146 233 21 42 0 47 415 25 62
Binary 10000000 1100110 10011011 10001 100010 0 100111 100001101 10101 110010

Color Harmonies of #80669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80669B

Black with #80669B

Text Example


Text Example

White with #80669B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80669B; }

 p { color: rgb(128,102,155); }

 H1.HeaderClassName
 {
   color: #80669B;
 }
 .AnyTagClassName
 {
   color: #80669B;
 }
</style>

background-color css

<style>
 a { background-color: #80669B; }

 a { background-color: rgb(128,102,155); }

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

border-color css

<style>
 span { border-color: #80669B; }

 span { border-color: rgb(128,102,155); }

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