Html Css Color HEX #8177AB Deluge

📋 copy color: '#8177AB'

red 129 ◦ green 119 ◦ blue 171

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

Shades of Deluge #8177AB

Tints of Deluge #8177AB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.4%

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

R = 30.79%
G = 28.4%
B = 40.81%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8177AB (or 0x8177AB) is known color: Deluge. HEX triplet: 81, 77 and AB. RGB value is (129,119,171). Sum of RGB (Red+Green+Blue) = 129+119+171=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #8177AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8177AB is #7E8854. Grayscale: #7F7F7F. Windows color (decimal): -8292437 or 11237249. OLE color: 11237249.

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

Color convert

RGB 129 119 171 -
CMYK 0.25 0.30 0 0.33
HSL 251.54º 0.24% 0.57% -
HSV(B) 251.54º 0.3% 0.67% -
XYZ 23 20.8 41.33 -
YUV 127.92 152.31 128.77 -
System Red Green Blue C M Y K H S L
Decimal 129 119 171 0.25 0.30 0 0.33 251.54 0.24 0.57
Hex 81 77 AB 19 1E 0 21 FC 18 39
Octal 201 167 253 31 36 0 41 374 30 71
Binary 10000001 1110111 10101011 11001 11110 0 100001 11111100 11000 111001

Color Harmonies of #8177AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8177AB

Black with #8177AB

Text Example


Text Example

White with #8177AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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