Html Css Color HEX #80649F Deluge

📋 copy color: '#80649F'

red 128 ◦ green 100 ◦ blue 159

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

Shades of Deluge #80649F

Tints of Deluge #80649F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.84%

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

R = 33.07%
G = 25.84%
B = 41.09%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80649F (or 0x80649F) is known color: Deluge. HEX triplet: 80, 64 and 9F. RGB value is (128,100,159). Sum of RGB (Red+Green+Blue) = 128+100+159=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: blue. Hex color #80649F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80649F is #7F9B60. Grayscale: #727272. Windows color (decimal): -8362849 or 10445952. OLE color: 10445952.

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

Color convert

RGB 128 100 159 -
CMYK 0.19 0.37 0 0.38
HSL 268.47º 0.24% 0.51% -
HSV(B) 268.47º 0.37% 0.62% -
XYZ 19.72 16.21 34.89 -
YUV 115.1 152.78 137.2 -
System Red Green Blue C M Y K H S L
Decimal 128 100 159 0.19 0.37 0 0.38 268.47 0.24 0.51
Hex 80 64 9F 13 25 0 26 10C 18 33
Octal 200 144 237 23 45 0 46 414 30 63
Binary 10000000 1100100 10011111 10011 100101 0 100110 100001100 11000 110011

Color Harmonies of #80649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80649F

Black with #80649F

Text Example


Text Example

White with #80649F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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