Html Css Color HEX #8177B1 Deluge

📋 copy color: '#8177B1'

red 129 ◦ green 119 ◦ blue 177

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

Shades of Deluge #8177B1

Tints of Deluge #8177B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.65%

R = 30.35%
G = 28%
B = 41.65%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8177B1 (or 0x8177B1) is known color: Deluge. HEX triplet: 81, 77 and B1. RGB value is (129,119,177). Sum of RGB (Red+Green+Blue) = 129+119+177=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 177 (69.53% from 255 or 41.65% from 425); Max value from RGB is 177 - color contains mainly: blue. Hex color #8177B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8177B1 is #7E884E. Grayscale: #808080. Windows color (decimal): -8292431 or 11630465. OLE color: 11630465.

HSL color Cylindrical-coordinate representation of color #8177B1: hue angle of 250.34º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8177B1 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 129 119 177 -
CMYK 0.27 0.33 0 0.31
HSL 250.34º 0.27% 0.58% -
HSV(B) 250.34º 0.33% 0.69% -
XYZ 23.59 21.04 44.41 -
YUV 128.6 155.31 128.28 -
System Red Green Blue C M Y K H S L
Decimal 129 119 177 0.27 0.33 0 0.31 250.34 0.27 0.58
Hex 81 77 B1 1B 21 0 1F FA 1B 3A
Octal 201 167 261 33 41 0 37 372 33 72
Binary 10000001 1110111 10110001 11011 100001 0 11111 11111010 11011 111010

Color Harmonies of #8177B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8177B1

Black with #8177B1

Text Example


Text Example

White with #8177B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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