Html Css Color HEX #80679B Deluge

📋 copy color: '#80679B'

red 128 ◦ green 103 ◦ blue 155

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

Shades of Deluge #80679B

Tints of Deluge #80679B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.68%

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

R = 33.16%
G = 26.68%
B = 40.16%

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

#80679B (or 0x80679B) is known color: Deluge. HEX triplet: 80, 67 and 9B. RGB value is (128,103,155). Sum of RGB (Red+Green+Blue) = 128+103+155=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #80679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80679B is #7F9864. Grayscale: #747474. Windows color (decimal): -8362085 or 10184576. OLE color: 10184576.

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

Color convert

RGB 128 103 155 -
CMYK 0.17 0.34 0 0.39
HSL 268.85º 0.21% 0.51% -
HSV(B) 268.85º 0.34% 0.61% -
XYZ 19.67 16.66 33.19 -
YUV 116.4 149.78 136.27 -
System Red Green Blue C M Y K H S L
Decimal 128 103 155 0.17 0.34 0 0.39 268.85 0.21 0.51
Hex 80 67 9B 11 22 0 27 10D 15 33
Octal 200 147 233 21 42 0 47 415 25 63
Binary 10000000 1100111 10011011 10001 100010 0 100111 100001101 10101 110011

Color Harmonies of #80679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80679B

Black with #80679B

Text Example


Text Example

White with #80679B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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