Html Css Color HEX #8071AB Deluge

📋 copy color: '#8071AB'

red 128 ◦ green 113 ◦ blue 171

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

Shades of Deluge #8071AB

Tints of Deluge #8071AB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.43%

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

R = 31.07%
G = 27.43%
B = 41.5%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8071AB (or 0x8071AB) is known color: Deluge. HEX triplet: 80, 71 and AB. RGB value is (128,113,171). Sum of RGB (Red+Green+Blue) = 128+113+171=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #8071AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8071AB is #7F8E54. Grayscale: #7B7B7B. Windows color (decimal): -8359509 or 11235712. OLE color: 11235712.

HSL color Cylindrical-coordinate representation of color #8071AB: hue angle of 255.52º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8071AB is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 113 171 -
CMYK 0.25 0.34 0 0.33
HSL 255.52º 0.26% 0.56% -
HSV(B) 255.52º 0.34% 0.67% -
XYZ 22.16 19.34 41.09 -
YUV 124.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 128 113 171 0.25 0.34 0 0.33 255.52 0.26 0.56
Hex 80 71 AB 19 22 0 21 100 1A 38
Octal 200 161 253 31 42 0 41 400 32 70
Binary 10000000 1110001 10101011 11001 100010 0 100001 100000000 11010 111000

Color Harmonies of #8071AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8071AB

Black with #8071AB

Text Example


Text Example

White with #8071AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8071AB; }

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

 H1.HeaderClassName
 {
   color: #8071AB;
 }
 .AnyTagClassName
 {
   color: #8071AB;
 }
</style>

background-color css

<style>
 a { background-color: #8071AB; }

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

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

border-color css

<style>
 span { border-color: #8071AB; }

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

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