Html Css Color HEX #8471A0 Deluge

📋 copy color: '#8471A0'

red 132 ◦ green 113 ◦ blue 160

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

Shades of Deluge #8471A0

Tints of Deluge #8471A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 39.51%

R = 32.59%
G = 27.9%
B = 39.51%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8471A0 (or 0x8471A0) is known color: Deluge. HEX triplet: 84, 71 and A0. RGB value is (132,113,160). Sum of RGB (Red+Green+Blue) = 132+113+160=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 160 - color contains mainly: blue. Hex color #8471A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8471A0 is #7B8E5F. Grayscale: #7B7B7B. Windows color (decimal): -8097376 or 10514820. OLE color: 10514820.

HSL color Cylindrical-coordinate representation of color #8471A0: hue angle of 264.26º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8471A0 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 132 113 160 -
CMYK 0.17 0.29 0 0.37
HSL 264.26º 0.2% 0.54% -
HSV(B) 264.26º 0.29% 0.63% -
XYZ 21.77 19.25 35.83 -
YUV 124.04 148.29 133.68 -
System Red Green Blue C M Y K H S L
Decimal 132 113 160 0.17 0.29 0 0.37 264.26 0.2 0.54
Hex 84 71 A0 11 1D 0 25 108 14 36
Octal 204 161 240 21 35 0 45 410 24 66
Binary 10000100 1110001 10100000 10001 11101 0 100101 100001000 10100 110110

Color Harmonies of #8471A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8471A0

Black with #8471A0

Text Example


Text Example

White with #8471A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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