Html Css Color HEX #8471AA Deluge

📋 copy color: '#8471AA'

red 132 ◦ green 113 ◦ blue 170

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

Shades of Deluge #8471AA

Tints of Deluge #8471AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.96%

R = 31.81%
G = 27.23%
B = 40.96%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8471AA (or 0x8471AA) is known color: Deluge. HEX triplet: 84, 71 and AA. RGB value is (132,113,170). Sum of RGB (Red+Green+Blue) = 132+113+170=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #8471AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8471AA is #7B8E55. Grayscale: #7C7C7C. Windows color (decimal): -8097366 or 11170180. OLE color: 11170180.

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

Color convert

RGB 132 113 170 -
CMYK 0.22 0.34 0 0.33
HSL 260º 0.25% 0.55% -
HSV(B) 260º 0.34% 0.67% -
XYZ 22.68 19.62 40.62 -
YUV 125.18 153.29 132.87 -
System Red Green Blue C M Y K H S L
Decimal 132 113 170 0.22 0.34 0 0.33 260 0.25 0.55
Hex 84 71 AA 16 22 0 21 104 19 37
Octal 204 161 252 26 42 0 41 404 31 67
Binary 10000100 1110001 10101010 10110 100010 0 100001 100000100 11001 110111

Color Harmonies of #8471AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8471AA

Black with #8471AA

Text Example


Text Example

White with #8471AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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