Html Css Color HEX #80669F Deluge

📋 copy color: '#80669F'

red 128 ◦ green 102 ◦ blue 159

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

Shades of Deluge #80669F

Tints of Deluge #80669F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.22%

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

R = 32.9%
G = 26.22%
B = 40.87%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80669F (or 0x80669F) is known color: Deluge. HEX triplet: 80, 66 and 9F. RGB value is (128,102,159). Sum of RGB (Red+Green+Blue) = 128+102+159=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #80669F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80669F is #7F9960. Grayscale: #747474. Windows color (decimal): -8362337 or 10446464. OLE color: 10446464.

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

Color convert

RGB 128 102 159 -
CMYK 0.19 0.36 0 0.38
HSL 267.37º 0.23% 0.51% -
HSV(B) 267.37º 0.36% 0.62% -
XYZ 19.91 16.6 34.95 -
YUV 116.27 152.11 136.37 -
System Red Green Blue C M Y K H S L
Decimal 128 102 159 0.19 0.36 0 0.38 267.37 0.23 0.51
Hex 80 66 9F 13 24 0 26 10B 17 33
Octal 200 146 237 23 44 0 46 413 27 63
Binary 10000000 1100110 10011111 10011 100100 0 100110 100001011 10111 110011

Color Harmonies of #80669F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80669F

Black with #80669F

Text Example


Text Example

White with #80669F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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