Html Css Color HEX #806DAB Deluge

📋 copy color: '#806DAB'

red 128 ◦ green 109 ◦ blue 171

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

Shades of Deluge #806DAB

Tints of Deluge #806DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.91%

R = 31.37%
G = 26.72%
B = 41.91%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#806DAB (or 0x806DAB) is known color: Deluge. HEX triplet: 80, 6D and AB. RGB value is (128,109,171). Sum of RGB (Red+Green+Blue) = 128+109+171=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #806DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806DAB is #7F9254. Grayscale: #797979. Windows color (decimal): -8360533 or 11234688. OLE color: 11234688.

HSL color Cylindrical-coordinate representation of color #806DAB: hue angle of 258.39º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #806DAB is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 109 171 -
CMYK 0.25 0.36 0 0.33
HSL 258.39º 0.27% 0.55% -
HSV(B) 258.39º 0.36% 0.67% -
XYZ 21.72 18.47 40.95 -
YUV 121.75 155.79 132.46 -
System Red Green Blue C M Y K H S L
Decimal 128 109 171 0.25 0.36 0 0.33 258.39 0.27 0.55
Hex 80 6D AB 19 24 0 21 102 1B 37
Octal 200 155 253 31 44 0 41 402 33 67
Binary 10000000 1101101 10101011 11001 100100 0 100001 100000010 11011 110111

Color Harmonies of #806DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806DAB

Black with #806DAB

Text Example


Text Example

White with #806DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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