Html Css Color HEX #80639F Deluge

📋 copy color: '#80639F'

red 128 ◦ green 99 ◦ blue 159

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

Shades of Deluge #80639F

Tints of Deluge #80639F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.65%

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

R = 33.16%
G = 25.65%
B = 41.19%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80639F (or 0x80639F) is known color: Deluge. HEX triplet: 80, 63 and 9F. RGB value is (128,99,159). Sum of RGB (Red+Green+Blue) = 128+99+159=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #80639F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80639F is #7F9C60. Grayscale: #727272. Windows color (decimal): -8363105 or 10445696. OLE color: 10445696.

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

Color convert

RGB 128 99 159 -
CMYK 0.19 0.38 0 0.38
HSL 269º 0.24% 0.51% -
HSV(B) 269º 0.38% 0.62% -
XYZ 19.62 16.02 34.86 -
YUV 114.51 153.11 137.62 -
System Red Green Blue C M Y K H S L
Decimal 128 99 159 0.19 0.38 0 0.38 269 0.24 0.51
Hex 80 63 9F 13 26 0 26 10D 18 33
Octal 200 143 237 23 46 0 46 415 30 63
Binary 10000000 1100011 10011111 10011 100110 0 100110 100001101 11000 110011

Color Harmonies of #80639F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80639F

Black with #80639F

Text Example


Text Example

White with #80639F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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