Html Css Color HEX #8471B5 Deluge

📋 copy color: '#8471B5'

red 132 ◦ green 113 ◦ blue 181

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

Shades of Deluge #8471B5

Tints of Deluge #8471B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.49%

R = 30.99%
G = 26.53%
B = 42.49%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8471B5 (or 0x8471B5) is known color: Deluge. HEX triplet: 84, 71 and B5. RGB value is (132,113,181). Sum of RGB (Red+Green+Blue) = 132+113+181=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 181 - color contains mainly: blue. Hex color #8471B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8471B5 is #7B8E4A. Grayscale: #7E7E7E. Windows color (decimal): -8097355 or 11891076. OLE color: 11891076.

HSL color Cylindrical-coordinate representation of color #8471B5: hue angle of 256.76º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8471B5 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 132 113 181 -
CMYK 0.27 0.38 0 0.29
HSL 256.76º 0.31% 0.58% -
HSV(B) 256.76º 0.38% 0.71% -
XYZ 23.76 20.05 46.33 -
YUV 126.43 158.79 131.97 -
System Red Green Blue C M Y K H S L
Decimal 132 113 181 0.27 0.38 0 0.29 256.76 0.31 0.58
Hex 84 71 B5 1B 26 0 1D 101 1F 3A
Octal 204 161 265 33 46 0 35 401 37 72
Binary 10000100 1110001 10110101 11011 100110 0 11101 100000001 11111 111010

Color Harmonies of #8471B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8471B5

Black with #8471B5

Text Example


Text Example

White with #8471B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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