Html Css Color HEX #8871AC Deluge

📋 copy color: '#8871AC'

red 136 ◦ green 113 ◦ blue 172

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

Shades of Deluge #8871AC

Tints of Deluge #8871AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.86%

R = 32.3%
G = 26.84%
B = 40.86%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8871AC (or 0x8871AC) is known color: Deluge. HEX triplet: 88, 71 and AC. RGB value is (136,113,172). Sum of RGB (Red+Green+Blue) = 136+113+172=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #8871AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8871AC is #778E53. Grayscale: #7E7E7E. Windows color (decimal): -7835220 or 11301256. OLE color: 11301256.

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

Color convert

RGB 136 113 172 -
CMYK 0.21 0.34 0 0.33
HSL 263.39º 0.26% 0.56% -
HSV(B) 263.39º 0.34% 0.67% -
XYZ 23.5 20.02 41.66 -
YUV 126.6 153.62 134.7 -
System Red Green Blue C M Y K H S L
Decimal 136 113 172 0.21 0.34 0 0.33 263.39 0.26 0.56
Hex 88 71 AC 15 22 0 21 107 1A 38
Octal 210 161 254 25 42 0 41 407 32 70
Binary 10001000 1110001 10101100 10101 100010 0 100001 100000111 11010 111000

Color Harmonies of #8871AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8871AC

Black with #8871AC

Text Example


Text Example

White with #8871AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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