Html Css Color HEX #8871A1 Deluge

📋 copy color: '#8871A1'

red 136 ◦ green 113 ◦ blue 161

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

Shades of Deluge #8871A1

Tints of Deluge #8871A1

RGB

 RED value IS 136 (53.52% from 255) = 33.17%

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

 BLUE value IS 161 (63.28% from 255) = 39.27%

R = 33.17%
G = 27.56%
B = 39.27%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8871A1 (or 0x8871A1) is known color: Deluge. HEX triplet: 88, 71 and A1. RGB value is (136,113,161). Sum of RGB (Red+Green+Blue) = 136+113+161=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 161 (63.28% from 255 or 39.27% from 410); Max value from RGB is 161 - color contains mainly: blue. Hex color #8871A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8871A1 is #778E5E. Grayscale: #7D7D7D. Windows color (decimal): -7835231 or 10580360. OLE color: 10580360.

HSL color Cylindrical-coordinate representation of color #8871A1: hue angle of 268.75º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8871A1 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 136 113 161 -
CMYK 0.16 0.30 0 0.37
HSL 268.75º 0.2% 0.54% -
HSV(B) 268.75º 0.3% 0.63% -
XYZ 22.49 19.62 36.32 -
YUV 125.35 148.12 135.6 -
System Red Green Blue C M Y K H S L
Decimal 136 113 161 0.16 0.30 0 0.37 268.75 0.2 0.54
Hex 88 71 A1 10 1E 0 25 10D 14 36
Octal 210 161 241 20 36 0 45 415 24 66
Binary 10001000 1110001 10100001 10000 11110 0 100101 100001101 10100 110110

Color Harmonies of #8871A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8871A1

Black with #8871A1

Text Example


Text Example

White with #8871A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8871A1; }

 p { color: rgb(136,113,161); }

 H1.HeaderClassName
 {
   color: #8871A1;
 }
 .AnyTagClassName
 {
   color: #8871A1;
 }
</style>

background-color css

<style>
 a { background-color: #8871A1; }

 a { background-color: rgb(136,113,161); }

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

border-color css

<style>
 span { border-color: #8871A1; }

 span { border-color: rgb(136,113,161); }

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