Html Css Color HEX #8471AF Deluge

📋 copy color: '#8471AF'

red 132 ◦ green 113 ◦ blue 175

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

Shades of Deluge #8471AF

Tints of Deluge #8471AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.67%

R = 31.43%
G = 26.9%
B = 41.67%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8471AF (or 0x8471AF) is known color: Deluge. HEX triplet: 84, 71 and AF. RGB value is (132,113,175). Sum of RGB (Red+Green+Blue) = 132+113+175=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #8471AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8471AF is #7B8E50. Grayscale: #7D7D7D. Windows color (decimal): -8097361 or 11497860. OLE color: 11497860.

HSL color Cylindrical-coordinate representation of color #8471AF: hue angle of 258.39º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8471AF is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 113 175 -
CMYK 0.25 0.35 0 0.31
HSL 258.39º 0.28% 0.56% -
HSV(B) 258.39º 0.35% 0.69% -
XYZ 23.16 19.81 43.16 -
YUV 125.75 155.79 132.46 -
System Red Green Blue C M Y K H S L
Decimal 132 113 175 0.25 0.35 0 0.31 258.39 0.28 0.56
Hex 84 71 AF 19 23 0 1F 102 1C 38
Octal 204 161 257 31 43 0 37 402 34 70
Binary 10000100 1110001 10101111 11001 100011 0 11111 100000010 11100 111000

Color Harmonies of #8471AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8471AF

Black with #8471AF

Text Example


Text Example

White with #8471AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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