Html Css Color HEX #80679F Deluge

📋 copy color: '#80679F'

red 128 ◦ green 103 ◦ blue 159

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

Shades of Deluge #80679F

Tints of Deluge #80679F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.77%

R = 32.82%
G = 26.41%
B = 40.77%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80679F (or 0x80679F) is known color: Deluge. HEX triplet: 80, 67 and 9F. RGB value is (128,103,159). Sum of RGB (Red+Green+Blue) = 128+103+159=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 159 - color contains mainly: blue. Hex color #80679F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80679F is #7F9860. Grayscale: #747474. Windows color (decimal): -8362081 or 10446720. OLE color: 10446720.

HSL color Cylindrical-coordinate representation of color #80679F: hue angle of 266.79º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80679F is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 103 159 -
CMYK 0.19 0.35 0 0.38
HSL 266.79º 0.23% 0.51% -
HSV(B) 266.79º 0.35% 0.62% -
XYZ 20.01 16.79 34.99 -
YUV 116.86 151.78 135.95 -
System Red Green Blue C M Y K H S L
Decimal 128 103 159 0.19 0.35 0 0.38 266.79 0.23 0.51
Hex 80 67 9F 13 23 0 26 10B 17 33
Octal 200 147 237 23 43 0 46 413 27 63
Binary 10000000 1100111 10011111 10011 100011 0 100110 100001011 10111 110011

Color Harmonies of #80679F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80679F

Black with #80679F

Text Example


Text Example

White with #80679F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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