Html Css Color HEX #8871AA Deluge

📋 copy color: '#8871AA'

red 136 ◦ green 113 ◦ blue 170

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

Shades of Deluge #8871AA

Tints of Deluge #8871AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.57%

R = 32.46%
G = 26.97%
B = 40.57%

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

#8871AA (or 0x8871AA) is known color: Deluge. HEX triplet: 88, 71 and AA. RGB value is (136,113,170). Sum of RGB (Red+Green+Blue) = 136+113+170=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #8871AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8871AA is #778E55. Grayscale: #7E7E7E. Windows color (decimal): -7835222 or 11170184. OLE color: 11170184.

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

Color convert

RGB 136 113 170 -
CMYK 0.20 0.34 0 0.33
HSL 264.21º 0.25% 0.55% -
HSV(B) 264.21º 0.34% 0.67% -
XYZ 23.31 19.95 40.65 -
YUV 126.38 152.62 134.87 -
System Red Green Blue C M Y K H S L
Decimal 136 113 170 0.20 0.34 0 0.33 264.21 0.25 0.55
Hex 88 71 AA 14 22 0 21 108 19 37
Octal 210 161 252 24 42 0 41 410 31 67
Binary 10001000 1110001 10101010 10100 100010 0 100001 100001000 11001 110111

Color Harmonies of #8871AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8871AA

Black with #8871AA

Text Example


Text Example

White with #8871AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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