Html Css Color HEX #806BAB Deluge

📋 copy color: '#806BAB'

red 128 ◦ green 107 ◦ blue 171

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

Shades of Deluge #806BAB

Tints of Deluge #806BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.35%

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

R = 31.53%
G = 26.35%
B = 42.12%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#806BAB (or 0x806BAB) is known color: Deluge. HEX triplet: 80, 6B and AB. RGB value is (128,107,171). Sum of RGB (Red+Green+Blue) = 128+107+171=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #806BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806BAB is #7F9454. Grayscale: #787878. Windows color (decimal): -8361045 or 11234176. OLE color: 11234176.

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

Color convert

RGB 128 107 171 -
CMYK 0.25 0.37 0 0.33
HSL 259.69º 0.28% 0.55% -
HSV(B) 259.69º 0.37% 0.67% -
XYZ 21.51 18.04 40.88 -
YUV 120.58 156.46 133.3 -
System Red Green Blue C M Y K H S L
Decimal 128 107 171 0.25 0.37 0 0.33 259.69 0.28 0.55
Hex 80 6B AB 19 25 0 21 104 1C 37
Octal 200 153 253 31 45 0 41 404 34 67
Binary 10000000 1101011 10101011 11001 100101 0 100001 100000100 11100 110111

Color Harmonies of #806BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806BAB

Black with #806BAB

Text Example


Text Example

White with #806BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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