Html Css Color HEX #80619F Deluge

📋 copy color: '#80619F'

red 128 ◦ green 97 ◦ blue 159

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

Shades of Deluge #80619F

Tints of Deluge #80619F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.26%

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

R = 33.33%
G = 25.26%
B = 41.41%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80619F (or 0x80619F) is known color: Deluge. HEX triplet: 80, 61 and 9F. RGB value is (128,97,159). Sum of RGB (Red+Green+Blue) = 128+97+159=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: blue. Hex color #80619F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80619F is #7F9E60. Grayscale: #717171. Windows color (decimal): -8363617 or 10445184. OLE color: 10445184.

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

Color convert

RGB 128 97 159 -
CMYK 0.19 0.39 0 0.38
HSL 270º 0.24% 0.5% -
HSV(B) 270º 0.39% 0.62% -
XYZ 19.43 15.64 34.8 -
YUV 113.34 153.77 138.46 -
System Red Green Blue C M Y K H S L
Decimal 128 97 159 0.19 0.39 0 0.38 270 0.24 0.5
Hex 80 61 9F 13 27 0 26 10E 18 32
Octal 200 141 237 23 47 0 46 416 30 62
Binary 10000000 1100001 10011111 10011 100111 0 100110 100001110 11000 110010

Color Harmonies of #80619F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80619F

Black with #80619F

Text Example


Text Example

White with #80619F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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