Html Css Color HEX #8176AB Deluge

📋 copy color: '#8176AB'

red 129 ◦ green 118 ◦ blue 171

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

Shades of Deluge #8176AB

Tints of Deluge #8176AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.91%

R = 30.86%
G = 28.23%
B = 40.91%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8176AB (or 0x8176AB) is known color: Deluge. HEX triplet: 81, 76 and AB. RGB value is (129,118,171). Sum of RGB (Red+Green+Blue) = 129+118+171=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #8176AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8176AB is #7E8954. Grayscale: #7F7F7F. Windows color (decimal): -8292693 or 11236993. OLE color: 11236993.

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

Color convert

RGB 129 118 171 -
CMYK 0.25 0.31 0 0.33
HSL 252.45º 0.24% 0.57% -
HSV(B) 252.45º 0.31% 0.67% -
XYZ 22.88 20.56 41.29 -
YUV 127.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 129 118 171 0.25 0.31 0 0.33 252.45 0.24 0.57
Hex 81 76 AB 19 1F 0 21 FC 18 39
Octal 201 166 253 31 37 0 41 374 30 71
Binary 10000001 1110110 10101011 11001 11111 0 100001 11111100 11000 111001

Color Harmonies of #8176AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8176AB

Black with #8176AB

Text Example


Text Example

White with #8176AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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