Html Css Color HEX #8872AC Deluge

📋 copy color: '#8872AC'

red 136 ◦ green 114 ◦ blue 172

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

Shades of Deluge #8872AC

Tints of Deluge #8872AC

RGB

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

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

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

R = 32.23%
G = 27.01%
B = 40.76%

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

#8872AC (or 0x8872AC) is known color: Deluge. HEX triplet: 88, 72 and AC. RGB value is (136,114,172). Sum of RGB (Red+Green+Blue) = 136+114+172=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #8872AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8872AC is #778D53. Grayscale: #7E7E7E. Windows color (decimal): -7834964 or 11301512. OLE color: 11301512.

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

Color convert

RGB 136 114 172 -
CMYK 0.21 0.34 0 0.33
HSL 262.76º 0.26% 0.56% -
HSV(B) 262.76º 0.34% 0.67% -
XYZ 23.62 20.25 41.69 -
YUV 127.19 153.29 134.28 -
System Red Green Blue C M Y K H S L
Decimal 136 114 172 0.21 0.34 0 0.33 262.76 0.26 0.56
Hex 88 72 AC 15 22 0 21 107 1A 38
Octal 210 162 254 25 42 0 41 407 32 70
Binary 10001000 1110010 10101100 10101 100010 0 100001 100000111 11010 111000

Color Harmonies of #8872AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8872AC

Black with #8872AC

Text Example


Text Example

White with #8872AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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