Html Css Color HEX #8379AD Deluge

📋 copy color: '#8379AD'

red 131 ◦ green 121 ◦ blue 173

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

Shades of Deluge #8379AD

Tints of Deluge #8379AD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.47%

 BLUE value IS 173 (67.97% from 255) = 40.71%

R = 30.82%
G = 28.47%
B = 40.71%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8379AD (or 0x8379AD) is known color: Deluge. HEX triplet: 83, 79 and AD. RGB value is (131,121,173). Sum of RGB (Red+Green+Blue) = 131+121+173=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #8379AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8379AD is #7C8652. Grayscale: #818181. Windows color (decimal): -8160851 or 11368835. OLE color: 11368835.

HSL color Cylindrical-coordinate representation of color #8379AD: hue angle of 251.54º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8379AD is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 121 173 -
CMYK 0.24 0.30 0 0.32
HSL 251.54º 0.24% 0.58% -
HSV(B) 251.54º 0.3% 0.68% -
XYZ 23.74 21.52 42.44 -
YUV 129.92 152.31 128.77 -
System Red Green Blue C M Y K H S L
Decimal 131 121 173 0.24 0.30 0 0.32 251.54 0.24 0.58
Hex 83 79 AD 18 1E 0 20 FC 18 3A
Octal 203 171 255 30 36 0 40 374 30 72
Binary 10000011 1111001 10101101 11000 11110 0 100000 11111100 11000 111010

Color Harmonies of #8379AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8379AD

Black with #8379AD

Text Example


Text Example

White with #8379AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8379AD; }

 p { color: rgb(131,121,173); }

 H1.HeaderClassName
 {
   color: #8379AD;
 }
 .AnyTagClassName
 {
   color: #8379AD;
 }
</style>

background-color css

<style>
 a { background-color: #8379AD; }

 a { background-color: rgb(131,121,173); }

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

border-color css

<style>
 span { border-color: #8379AD; }

 span { border-color: rgb(131,121,173); }

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