Html Css Color HEX #8872AE Deluge

📋 copy color: '#8872AE'

red 136 ◦ green 114 ◦ blue 174

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

Shades of Deluge #8872AE

Tints of Deluge #8872AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.04%

R = 32.08%
G = 26.89%
B = 41.04%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8872AE (or 0x8872AE) is known color: Deluge. HEX triplet: 88, 72 and AE. RGB value is (136,114,174). Sum of RGB (Red+Green+Blue) = 136+114+174=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #8872AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8872AE is #778D51. Grayscale: #7F7F7F. Windows color (decimal): -7834962 or 11432584. OLE color: 11432584.

HSL color Cylindrical-coordinate representation of color #8872AE: hue angle of 262º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8872AE is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 136 114 174 -
CMYK 0.22 0.34 0 0.32
HSL 262º 0.27% 0.56% -
HSV(B) 262º 0.34% 0.68% -
XYZ 23.81 20.32 42.71 -
YUV 127.42 154.29 134.12 -
System Red Green Blue C M Y K H S L
Decimal 136 114 174 0.22 0.34 0 0.32 262 0.27 0.56
Hex 88 72 AE 16 22 0 20 106 1B 38
Octal 210 162 256 26 42 0 40 406 33 70
Binary 10001000 1110010 10101110 10110 100010 0 100000 100000110 11011 111000

Color Harmonies of #8872AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8872AE

Black with #8872AE

Text Example


Text Example

White with #8872AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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