Html Css Color HEX #8373AC Deluge

📋 copy color: '#8373AC'

red 131 ◦ green 115 ◦ blue 172

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

Shades of Deluge #8373AC

Tints of Deluge #8373AC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.51%

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

R = 31.34%
G = 27.51%
B = 41.15%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8373AC (or 0x8373AC) is known color: Deluge. HEX triplet: 83, 73 and AC. RGB value is (131,115,172). Sum of RGB (Red+Green+Blue) = 131+115+172=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #8373AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8373AC is #7C8C53. Grayscale: #7E7E7E. Windows color (decimal): -8162388 or 11301763. OLE color: 11301763.

HSL color Cylindrical-coordinate representation of color #8373AC: hue angle of 256.84º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8373AC is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 115 172 -
CMYK 0.24 0.33 0 0.33
HSL 256.84º 0.26% 0.56% -
HSV(B) 256.84º 0.33% 0.67% -
XYZ 22.94 20.07 41.69 -
YUV 126.28 153.8 131.37 -
System Red Green Blue C M Y K H S L
Decimal 131 115 172 0.24 0.33 0 0.33 256.84 0.26 0.56
Hex 83 73 AC 18 21 0 21 101 1A 38
Octal 203 163 254 30 41 0 41 401 32 70
Binary 10000011 1110011 10101100 11000 100001 0 100001 100000001 11010 111000

Color Harmonies of #8373AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8373AC

Black with #8373AC

Text Example


Text Example

White with #8373AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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