Html Css Color HEX #8071AC Deluge

📋 copy color: '#8071AC'

red 128 ◦ green 113 ◦ blue 172

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

Shades of Deluge #8071AC

Tints of Deluge #8071AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.65%

R = 30.99%
G = 27.36%
B = 41.65%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8071AC (or 0x8071AC) is known color: Deluge. HEX triplet: 80, 71 and AC. RGB value is (128,113,172). Sum of RGB (Red+Green+Blue) = 128+113+172=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #8071AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8071AC is #7F8E53. Grayscale: #7B7B7B. Windows color (decimal): -8359508 or 11301248. OLE color: 11301248.

HSL color Cylindrical-coordinate representation of color #8071AC: hue angle of 255.25º 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 #8071AC is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 113 172 -
CMYK 0.26 0.34 0 0.33
HSL 255.25º 0.26% 0.56% -
HSV(B) 255.25º 0.34% 0.67% -
XYZ 22.25 19.38 41.6 -
YUV 124.21 154.97 130.7 -
System Red Green Blue C M Y K H S L
Decimal 128 113 172 0.26 0.34 0 0.33 255.25 0.26 0.56
Hex 80 71 AC 1A 22 0 21 FF 1A 38
Octal 200 161 254 32 42 0 41 377 32 70
Binary 10000000 1110001 10101100 11010 100010 0 100001 11111111 11010 111000

Color Harmonies of #8071AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8071AC

Black with #8071AC

Text Example


Text Example

White with #8071AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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