Html Css Color HEX #8171AE Deluge

📋 copy color: '#8171AE'

red 129 ◦ green 113 ◦ blue 174

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

Shades of Deluge #8171AE

Tints of Deluge #8171AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.83%

R = 31.01%
G = 27.16%
B = 41.83%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8171AE (or 0x8171AE) is known color: Deluge. HEX triplet: 81, 71 and AE. RGB value is (129,113,174). Sum of RGB (Red+Green+Blue) = 129+113+174=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #8171AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8171AE is #7E8E51. Grayscale: #7C7C7C. Windows color (decimal): -8293970 or 11432321. OLE color: 11432321.

HSL color Cylindrical-coordinate representation of color #8171AE: hue angle of 255.74º 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 #8171AE is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 113 174 -
CMYK 0.26 0.35 0 0.32
HSL 255.74º 0.27% 0.56% -
HSV(B) 255.74º 0.35% 0.68% -
XYZ 22.6 19.53 42.62 -
YUV 124.74 155.8 131.04 -
System Red Green Blue C M Y K H S L
Decimal 129 113 174 0.26 0.35 0 0.32 255.74 0.27 0.56
Hex 81 71 AE 1A 23 0 20 100 1B 38
Octal 201 161 256 32 43 0 40 400 33 70
Binary 10000001 1110001 10101110 11010 100011 0 100000 100000000 11011 111000

Color Harmonies of #8171AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8171AE

Black with #8171AE

Text Example


Text Example

White with #8171AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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