Html Css Color HEX #8871AD Deluge

📋 copy color: '#8871AD'

red 136 ◦ green 113 ◦ blue 173

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

Shades of Deluge #8871AD

Tints of Deluge #8871AD

RGB

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

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

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

R = 32.23%
G = 26.78%
B = 41%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8871AD (or 0x8871AD) is known color: Deluge. HEX triplet: 88, 71 and AD. RGB value is (136,113,173). Sum of RGB (Red+Green+Blue) = 136+113+173=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #8871AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8871AD is #778E52. Grayscale: #7E7E7E. Windows color (decimal): -7835219 or 11366792. OLE color: 11366792.

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

Color convert

RGB 136 113 173 -
CMYK 0.21 0.35 0 0.32
HSL 263º 0.27% 0.56% -
HSV(B) 263º 0.35% 0.68% -
XYZ 23.6 20.06 42.16 -
YUV 126.72 154.12 134.62 -
System Red Green Blue C M Y K H S L
Decimal 136 113 173 0.21 0.35 0 0.32 263 0.27 0.56
Hex 88 71 AD 15 23 0 20 107 1B 38
Octal 210 161 255 25 43 0 40 407 33 70
Binary 10001000 1110001 10101101 10101 100011 0 100000 100000111 11011 111000

Color Harmonies of #8871AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8871AD

Black with #8871AD

Text Example


Text Example

White with #8871AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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