Html Css Color HEX #8872A1 Deluge

📋 copy color: '#8872A1'

red 136 ◦ green 114 ◦ blue 161

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

Shades of Deluge #8872A1

Tints of Deluge #8872A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 39.17%

R = 33.09%
G = 27.74%
B = 39.17%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8872A1 (or 0x8872A1) is known color: Deluge. HEX triplet: 88, 72 and A1. RGB value is (136,114,161). Sum of RGB (Red+Green+Blue) = 136+114+161=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 161 (63.28% from 255 or 39.17% from 411); Max value from RGB is 161 - color contains mainly: blue. Hex color #8872A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8872A1 is #778D5E. Grayscale: #7D7D7D. Windows color (decimal): -7834975 or 10580616. OLE color: 10580616.

HSL color Cylindrical-coordinate representation of color #8872A1: hue angle of 268.09º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8872A1 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 136 114 161 -
CMYK 0.16 0.29 0 0.37
HSL 268.09º 0.2% 0.54% -
HSV(B) 268.09º 0.29% 0.63% -
XYZ 22.6 19.84 36.36 -
YUV 125.94 147.79 135.18 -
System Red Green Blue C M Y K H S L
Decimal 136 114 161 0.16 0.29 0 0.37 268.09 0.2 0.54
Hex 88 72 A1 10 1D 0 25 10C 14 36
Octal 210 162 241 20 35 0 45 414 24 66
Binary 10001000 1110010 10100001 10000 11101 0 100101 100001100 10100 110110

Color Harmonies of #8872A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8872A1

Black with #8872A1

Text Example


Text Example

White with #8872A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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