Html Css Color HEX #8176AD Deluge

📋 copy color: '#8176AD'

red 129 ◦ green 118 ◦ blue 173

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

Shades of Deluge #8176AD

Tints of Deluge #8176AD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.1%

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

R = 30.71%
G = 28.1%
B = 41.19%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8176AD (or 0x8176AD) is known color: Deluge. HEX triplet: 81, 76 and AD. RGB value is (129,118,173). Sum of RGB (Red+Green+Blue) = 129+118+173=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #8176AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8176AD is #7E8952. Grayscale: #7F7F7F. Windows color (decimal): -8292691 or 11368065. OLE color: 11368065.

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

Color convert

RGB 129 118 173 -
CMYK 0.25 0.32 0 0.32
HSL 252º 0.25% 0.57% -
HSV(B) 252º 0.32% 0.68% -
XYZ 23.07 20.64 42.3 -
YUV 127.56 153.64 129.03 -
System Red Green Blue C M Y K H S L
Decimal 129 118 173 0.25 0.32 0 0.32 252 0.25 0.57
Hex 81 76 AD 19 20 0 20 FC 19 39
Octal 201 166 255 31 40 0 40 374 31 71
Binary 10000001 1110110 10101101 11001 100000 0 100000 11111100 11001 111001

Color Harmonies of #8176AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8176AD

Black with #8176AD

Text Example


Text Example

White with #8176AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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