Html Css Color HEX #8870AC Deluge

📋 copy color: '#8870AC'

red 136 ◦ green 112 ◦ blue 172

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

Shades of Deluge #8870AC

Tints of Deluge #8870AC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.67%

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

R = 32.38%
G = 26.67%
B = 40.95%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8870AC (or 0x8870AC) is known color: Deluge. HEX triplet: 88, 70 and AC. RGB value is (136,112,172). Sum of RGB (Red+Green+Blue) = 136+112+172=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #8870AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8870AC is #778F53. Grayscale: #7D7D7D. Windows color (decimal): -7835476 or 11301000. OLE color: 11301000.

HSL color Cylindrical-coordinate representation of color #8870AC: hue angle of 264º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8870AC is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 112 172 -
CMYK 0.21 0.35 0 0.33
HSL 264º 0.27% 0.56% -
HSV(B) 264º 0.35% 0.67% -
XYZ 23.39 19.8 41.62 -
YUV 126.02 153.95 135.12 -
System Red Green Blue C M Y K H S L
Decimal 136 112 172 0.21 0.35 0 0.33 264 0.27 0.56
Hex 88 70 AC 15 23 0 21 108 1B 38
Octal 210 160 254 25 43 0 41 410 33 70
Binary 10001000 1110000 10101100 10101 100011 0 100001 100001000 11011 111000

Color Harmonies of #8870AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8870AC

Black with #8870AC

Text Example


Text Example

White with #8870AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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