Html Css Color HEX #80609F Deluge

📋 copy color: '#80609F'

red 128 ◦ green 96 ◦ blue 159

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

Shades of Deluge #80609F

Tints of Deluge #80609F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.07%

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

R = 33.42%
G = 25.07%
B = 41.51%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80609F (or 0x80609F) is known color: Deluge. HEX triplet: 80, 60 and 9F. RGB value is (128,96,159). Sum of RGB (Red+Green+Blue) = 128+96+159=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #80609F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80609F is #7F9F60. Grayscale: #707070. Windows color (decimal): -8363873 or 10444928. OLE color: 10444928.

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

Color convert

RGB 128 96 159 -
CMYK 0.19 0.40 0 0.38
HSL 270.48º 0.25% 0.5% -
HSV(B) 270.48º 0.4% 0.62% -
XYZ 19.34 15.46 34.77 -
YUV 112.75 154.1 138.88 -
System Red Green Blue C M Y K H S L
Decimal 128 96 159 0.19 0.40 0 0.38 270.48 0.25 0.5
Hex 80 60 9F 13 28 0 26 10E 19 32
Octal 200 140 237 23 50 0 46 416 31 62
Binary 10000000 1100000 10011111 10011 101000 0 100110 100001110 11001 110010

Color Harmonies of #80609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80609F

Black with #80609F

Text Example


Text Example

White with #80609F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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