Html Css Color HEX #8171AD Deluge

📋 copy color: '#8171AD'

red 129 ◦ green 113 ◦ blue 173

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

Shades of Deluge #8171AD

Tints of Deluge #8171AD

RGB

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

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

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

R = 31.08%
G = 27.23%
B = 41.69%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8171AD (or 0x8171AD) is known color: Deluge. HEX triplet: 81, 71 and AD. RGB value is (129,113,173). Sum of RGB (Red+Green+Blue) = 129+113+173=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #8171AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8171AD is #7E8E52. Grayscale: #7C7C7C. Windows color (decimal): -8293971 or 11366785. OLE color: 11366785.

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

Color convert

RGB 129 113 173 -
CMYK 0.25 0.35 0 0.32
HSL 256º 0.27% 0.56% -
HSV(B) 256º 0.35% 0.68% -
XYZ 22.5 19.49 42.11 -
YUV 124.62 155.3 131.12 -
System Red Green Blue C M Y K H S L
Decimal 129 113 173 0.25 0.35 0 0.32 256 0.27 0.56
Hex 81 71 AD 19 23 0 20 100 1B 38
Octal 201 161 255 31 43 0 40 400 33 70
Binary 10000001 1110001 10101101 11001 100011 0 100000 100000000 11011 111000

Color Harmonies of #8171AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8171AD

Black with #8171AD

Text Example


Text Example

White with #8171AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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