Html Css Color HEX #8372AC Deluge

📋 copy color: '#8372AC'

red 131 ◦ green 114 ◦ blue 172

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

Shades of Deluge #8372AC

Tints of Deluge #8372AC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.34%

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

R = 31.41%
G = 27.34%
B = 41.25%

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

#8372AC (or 0x8372AC) is known color: Deluge. HEX triplet: 83, 72 and AC. RGB value is (131,114,172). Sum of RGB (Red+Green+Blue) = 131+114+172=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 114 (44.92% from 255 or 27.34% 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 #8372AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8372AC is #7C8D53. Grayscale: #7D7D7D. Windows color (decimal): -8162644 or 11301507. OLE color: 11301507.

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

Color convert

RGB 131 114 172 -
CMYK 0.24 0.34 0 0.33
HSL 257.59º 0.26% 0.56% -
HSV(B) 257.59º 0.34% 0.67% -
XYZ 22.82 19.84 41.66 -
YUV 125.7 154.13 131.78 -
System Red Green Blue C M Y K H S L
Decimal 131 114 172 0.24 0.34 0 0.33 257.59 0.26 0.56
Hex 83 72 AC 18 22 0 21 102 1A 38
Octal 203 162 254 30 42 0 41 402 32 70
Binary 10000011 1110010 10101100 11000 100010 0 100001 100000010 11010 111000

Color Harmonies of #8372AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8372AC

Black with #8372AC

Text Example


Text Example

White with #8372AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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