Html Css Color HEX #806EAE Deluge

📋 copy color: '#806EAE'

red 128 ◦ green 110 ◦ blue 174

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

Shades of Deluge #806EAE

Tints of Deluge #806EAE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.7%

 BLUE value IS 174 (68.36% from 255) = 42.23%

R = 31.07%
G = 26.7%
B = 42.23%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#806EAE (or 0x806EAE) is known color: Deluge. HEX triplet: 80, 6E and AE. RGB value is (128,110,174). Sum of RGB (Red+Green+Blue) = 128+110+174=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #806EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806EAE is #7F9151. Grayscale: #7A7A7A. Windows color (decimal): -8360274 or 11431552. OLE color: 11431552.

HSL color Cylindrical-coordinate representation of color #806EAE: hue angle of 256.88º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #806EAE is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 110 174 -
CMYK 0.26 0.37 0 0.32
HSL 256.88º 0.28% 0.56% -
HSV(B) 256.88º 0.37% 0.68% -
XYZ 22.12 18.8 42.51 -
YUV 122.68 156.96 131.8 -
System Red Green Blue C M Y K H S L
Decimal 128 110 174 0.26 0.37 0 0.32 256.88 0.28 0.56
Hex 80 6E AE 1A 25 0 20 101 1C 38
Octal 200 156 256 32 45 0 40 401 34 70
Binary 10000000 1101110 10101110 11010 100101 0 100000 100000001 11100 111000

Color Harmonies of #806EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806EAE

Black with #806EAE

Text Example


Text Example

White with #806EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806EAE; }

 p { color: rgb(128,110,174); }

 H1.HeaderClassName
 {
   color: #806EAE;
 }
 .AnyTagClassName
 {
   color: #806EAE;
 }
</style>

background-color css

<style>
 a { background-color: #806EAE; }

 a { background-color: rgb(128,110,174); }

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

border-color css

<style>
 span { border-color: #806EAE; }

 span { border-color: rgb(128,110,174); }

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