Html Css Color HEX #8471AB Deluge

📋 copy color: '#8471AB'

red 132 ◦ green 113 ◦ blue 171

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

Shades of Deluge #8471AB

Tints of Deluge #8471AB

RGB

 RED value IS 132 (51.95% from 255) = 31.73%

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

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

R = 31.73%
G = 27.16%
B = 41.11%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8471AB (or 0x8471AB) is known color: Deluge. HEX triplet: 84, 71 and AB. RGB value is (132,113,171). Sum of RGB (Red+Green+Blue) = 132+113+171=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #8471AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8471AB is #7B8E54. Grayscale: #7D7D7D. Windows color (decimal): -8097365 or 11235716. OLE color: 11235716.

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

Color convert

RGB 132 113 171 -
CMYK 0.23 0.34 0 0.33
HSL 259.66º 0.26% 0.56% -
HSV(B) 259.66º 0.34% 0.67% -
XYZ 22.77 19.66 41.12 -
YUV 125.29 153.79 132.78 -
System Red Green Blue C M Y K H S L
Decimal 132 113 171 0.23 0.34 0 0.33 259.66 0.26 0.56
Hex 84 71 AB 17 22 0 21 104 1A 38
Octal 204 161 253 27 42 0 41 404 32 70
Binary 10000100 1110001 10101011 10111 100010 0 100001 100000100 11010 111000

Color Harmonies of #8471AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8471AB

Black with #8471AB

Text Example


Text Example

White with #8471AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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