Html Css Color HEX #8179AD Deluge

📋 copy color: '#8179AD'

red 129 ◦ green 121 ◦ blue 173

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

Shades of Deluge #8179AD

Tints of Deluge #8179AD

RGB

 RED value IS 129 (50.78% from 255) = 30.5%

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

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

R = 30.5%
G = 28.61%
B = 40.9%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8179AD (or 0x8179AD) is known color: Deluge. HEX triplet: 81, 79 and AD. RGB value is (129,121,173). Sum of RGB (Red+Green+Blue) = 129+121+173=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #8179AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8179AD is #7E8652. Grayscale: #818181. Windows color (decimal): -8291923 or 11368833. OLE color: 11368833.

HSL color Cylindrical-coordinate representation of color #8179AD: hue angle of 249.23º 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 #8179AD is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 121 173 -
CMYK 0.25 0.30 0 0.32
HSL 249.23º 0.24% 0.58% -
HSV(B) 249.23º 0.3% 0.68% -
XYZ 23.43 21.36 42.42 -
YUV 129.32 152.65 127.77 -
System Red Green Blue C M Y K H S L
Decimal 129 121 173 0.25 0.30 0 0.32 249.23 0.24 0.58
Hex 81 79 AD 19 1E 0 20 F9 18 3A
Octal 201 171 255 31 36 0 40 371 30 72
Binary 10000001 1111001 10101101 11001 11110 0 100000 11111001 11000 111010

Color Harmonies of #8179AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8179AD

Black with #8179AD

Text Example


Text Example

White with #8179AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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