Html Css Color HEX #8872AA Deluge

📋 copy color: '#8872AA'

red 136 ◦ green 114 ◦ blue 170

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

Shades of Deluge #8872AA

Tints of Deluge #8872AA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.14%

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

R = 32.38%
G = 27.14%
B = 40.48%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8872AA (or 0x8872AA) is known color: Deluge. HEX triplet: 88, 72 and AA. RGB value is (136,114,170). Sum of RGB (Red+Green+Blue) = 136+114+170=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #8872AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8872AA is #778D55. Grayscale: #7E7E7E. Windows color (decimal): -7834966 or 11170440. OLE color: 11170440.

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

Color convert

RGB 136 114 170 -
CMYK 0.20 0.33 0 0.33
HSL 263.57º 0.25% 0.56% -
HSV(B) 263.57º 0.33% 0.67% -
XYZ 23.43 20.17 40.69 -
YUV 126.96 152.29 134.45 -
System Red Green Blue C M Y K H S L
Decimal 136 114 170 0.20 0.33 0 0.33 263.57 0.25 0.56
Hex 88 72 AA 14 21 0 21 108 19 38
Octal 210 162 252 24 41 0 41 410 31 70
Binary 10001000 1110010 10101010 10100 100001 0 100001 100001000 11001 111000

Color Harmonies of #8872AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8872AA

Black with #8872AA

Text Example


Text Example

White with #8872AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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