Html Css Color HEX #8371AC Deluge

📋 copy color: '#8371AC'

red 131 ◦ green 113 ◦ blue 172

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

Shades of Deluge #8371AC

Tints of Deluge #8371AC

RGB

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

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

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

R = 31.49%
G = 27.16%
B = 41.35%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8371AC (or 0x8371AC) is known color: Deluge. HEX triplet: 83, 71 and AC. RGB value is (131,113,172). Sum of RGB (Red+Green+Blue) = 131+113+172=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #8371AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8371AC is #7C8E53. Grayscale: #7C7C7C. Windows color (decimal): -8162900 or 11301251. OLE color: 11301251.

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

Color convert

RGB 131 113 172 -
CMYK 0.24 0.34 0 0.33
HSL 258.31º 0.26% 0.56% -
HSV(B) 258.31º 0.34% 0.67% -
XYZ 22.71 19.61 41.62 -
YUV 125.11 154.46 132.2 -
System Red Green Blue C M Y K H S L
Decimal 131 113 172 0.24 0.34 0 0.33 258.31 0.26 0.56
Hex 83 71 AC 18 22 0 21 102 1A 38
Octal 203 161 254 30 42 0 41 402 32 70
Binary 10000011 1110001 10101100 11000 100010 0 100001 100000010 11010 111000

Color Harmonies of #8371AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8371AC

Black with #8371AC

Text Example


Text Example

White with #8371AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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