Html Css Color HEX #8371AE Deluge

📋 copy color: '#8371AE'

red 131 ◦ green 113 ◦ blue 174

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

Shades of Deluge #8371AE

Tints of Deluge #8371AE

RGB

 RED value IS 131 (51.56% from 255) = 31.34%

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

 BLUE value IS 174 (68.36% from 255) = 41.63%

R = 31.34%
G = 27.03%
B = 41.63%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8371AE (or 0x8371AE) is known color: Deluge. HEX triplet: 83, 71 and AE. RGB value is (131,113,174). Sum of RGB (Red+Green+Blue) = 131+113+174=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #8371AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8371AE is #7C8E51. Grayscale: #7D7D7D. Windows color (decimal): -8162898 or 11432323. OLE color: 11432323.

HSL color Cylindrical-coordinate representation of color #8371AE: hue angle of 257.7º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8371AE is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 113 174 -
CMYK 0.25 0.35 0 0.32
HSL 257.7º 0.27% 0.56% -
HSV(B) 257.7º 0.35% 0.68% -
XYZ 22.91 19.69 42.64 -
YUV 125.34 155.46 132.04 -
System Red Green Blue C M Y K H S L
Decimal 131 113 174 0.25 0.35 0 0.32 257.7 0.27 0.56
Hex 83 71 AE 19 23 0 20 102 1B 38
Octal 203 161 256 31 43 0 40 402 33 70
Binary 10000011 1110001 10101110 11001 100011 0 100000 100000010 11011 111000

Color Harmonies of #8371AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8371AE

Black with #8371AE

Text Example


Text Example

White with #8371AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8371AE; }

 p { color: rgb(131,113,174); }

 H1.HeaderClassName
 {
   color: #8371AE;
 }
 .AnyTagClassName
 {
   color: #8371AE;
 }
</style>

background-color css

<style>
 a { background-color: #8371AE; }

 a { background-color: rgb(131,113,174); }

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

border-color css

<style>
 span { border-color: #8371AE; }

 span { border-color: rgb(131,113,174); }

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