Html Css Color HEX #806DAE Deluge

📋 copy color: '#806DAE'

red 128 ◦ green 109 ◦ blue 174

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

Shades of Deluge #806DAE

Tints of Deluge #806DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.52%

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

R = 31.14%
G = 26.52%
B = 42.34%

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

#806DAE (or 0x806DAE) is known color: Deluge. HEX triplet: 80, 6D and AE. RGB value is (128,109,174). Sum of RGB (Red+Green+Blue) = 128+109+174=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #806DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806DAE is #7F9251. Grayscale: #797979. Windows color (decimal): -8360530 or 11431296. OLE color: 11431296.

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

Color convert

RGB 128 109 174 -
CMYK 0.26 0.37 0 0.32
HSL 257.54º 0.29% 0.55% -
HSV(B) 257.54º 0.37% 0.68% -
XYZ 22.01 18.58 42.47 -
YUV 122.09 157.29 132.21 -
System Red Green Blue C M Y K H S L
Decimal 128 109 174 0.26 0.37 0 0.32 257.54 0.29 0.55
Hex 80 6D AE 1A 25 0 20 102 1D 37
Octal 200 155 256 32 45 0 40 402 35 67
Binary 10000000 1101101 10101110 11010 100101 0 100000 100000010 11101 110111

Color Harmonies of #806DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806DAE

Black with #806DAE

Text Example


Text Example

White with #806DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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