Html Css Color HEX #8471AC Deluge

📋 copy color: '#8471AC'

red 132 ◦ green 113 ◦ blue 172

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

Shades of Deluge #8471AC

Tints of Deluge #8471AC

RGB

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

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

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

R = 31.65%
G = 27.1%
B = 41.25%

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

#8471AC (or 0x8471AC) is known color: Deluge. HEX triplet: 84, 71 and AC. RGB value is (132,113,172). Sum of RGB (Red+Green+Blue) = 132+113+172=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #8471AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8471AC is #7B8E53. Grayscale: #7D7D7D. Windows color (decimal): -8097364 or 11301252. OLE color: 11301252.

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

Color convert

RGB 132 113 172 -
CMYK 0.23 0.34 0 0.33
HSL 259.32º 0.26% 0.56% -
HSV(B) 259.32º 0.34% 0.67% -
XYZ 22.87 19.69 41.63 -
YUV 125.41 154.29 132.7 -
System Red Green Blue C M Y K H S L
Decimal 132 113 172 0.23 0.34 0 0.33 259.32 0.26 0.56
Hex 84 71 AC 17 22 0 21 103 1A 38
Octal 204 161 254 27 42 0 41 403 32 70
Binary 10000100 1110001 10101100 10111 100010 0 100001 100000011 11010 111000

Color Harmonies of #8471AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8471AC

Black with #8471AC

Text Example


Text Example

White with #8471AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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