Html Css Color HEX #8171B4 Deluge

📋 copy color: '#8171B4'

red 129 ◦ green 113 ◦ blue 180

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

Shades of Deluge #8171B4

Tints of Deluge #8171B4

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.78%

 BLUE value IS 180 (70.7% from 255) = 42.65%

R = 30.57%
G = 26.78%
B = 42.65%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8171B4 (or 0x8171B4) is known color: Deluge. HEX triplet: 81, 71 and B4. RGB value is (129,113,180). Sum of RGB (Red+Green+Blue) = 129+113+180=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 180 - color contains mainly: blue. Hex color #8171B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8171B4 is #7E8E4B. Grayscale: #7D7D7D. Windows color (decimal): -8293964 or 11825537. OLE color: 11825537.

HSL color Cylindrical-coordinate representation of color #8171B4: hue angle of 254.33º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8171B4 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 129 113 180 -
CMYK 0.28 0.37 0 0.29
HSL 254.33º 0.31% 0.57% -
HSV(B) 254.33º 0.37% 0.71% -
XYZ 23.2 19.77 45.77 -
YUV 125.42 158.8 130.55 -
System Red Green Blue C M Y K H S L
Decimal 129 113 180 0.28 0.37 0 0.29 254.33 0.31 0.57
Hex 81 71 B4 1C 25 0 1D FE 1F 39
Octal 201 161 264 34 45 0 35 376 37 71
Binary 10000001 1110001 10110100 11100 100101 0 11101 11111110 11111 111001

Color Harmonies of #8171B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8171B4

Black with #8171B4

Text Example


Text Example

White with #8171B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8171B4; }

 p { color: rgb(129,113,180); }

 H1.HeaderClassName
 {
   color: #8171B4;
 }
 .AnyTagClassName
 {
   color: #8171B4;
 }
</style>

background-color css

<style>
 a { background-color: #8171B4; }

 a { background-color: rgb(129,113,180); }

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

border-color css

<style>
 span { border-color: #8171B4; }

 span { border-color: rgb(129,113,180); }

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