Html Css Color HEX #8871AB Deluge

📋 copy color: '#8871AB'

red 136 ◦ green 113 ◦ blue 171

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

Shades of Deluge #8871AB

Tints of Deluge #8871AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.71%

R = 32.38%
G = 26.9%
B = 40.71%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8871AB (or 0x8871AB) is known color: Deluge. HEX triplet: 88, 71 and AB. RGB value is (136,113,171). Sum of RGB (Red+Green+Blue) = 136+113+171=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #8871AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8871AB is #778E54. Grayscale: #7E7E7E. Windows color (decimal): -7835221 or 11235720. OLE color: 11235720.

HSL color Cylindrical-coordinate representation of color #8871AB: hue angle of 263.79º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8871AB is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 113 171 -
CMYK 0.20 0.34 0 0.33
HSL 263.79º 0.26% 0.56% -
HSV(B) 263.79º 0.34% 0.67% -
XYZ 23.41 19.98 41.15 -
YUV 126.49 153.12 134.78 -
System Red Green Blue C M Y K H S L
Decimal 136 113 171 0.20 0.34 0 0.33 263.79 0.26 0.56
Hex 88 71 AB 14 22 0 21 108 1A 38
Octal 210 161 253 24 42 0 41 410 32 70
Binary 10001000 1110001 10101011 10100 100010 0 100001 100001000 11010 111000

Color Harmonies of #8871AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8871AB

Black with #8871AB

Text Example


Text Example

White with #8871AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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