Html Css Color HEX #8870AA Deluge

📋 copy color: '#8870AA'

red 136 ◦ green 112 ◦ blue 170

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

Shades of Deluge #8870AA

Tints of Deluge #8870AA

RGB

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

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

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

R = 32.54%
G = 26.79%
B = 40.67%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8870AA (or 0x8870AA) is known color: Deluge. HEX triplet: 88, 70 and AA. RGB value is (136,112,170). Sum of RGB (Red+Green+Blue) = 136+112+170=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #8870AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8870AA is #778F55. Grayscale: #7D7D7D. Windows color (decimal): -7835478 or 11169928. OLE color: 11169928.

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

Color convert

RGB 136 112 170 -
CMYK 0.20 0.34 0 0.33
HSL 264.83º 0.25% 0.55% -
HSV(B) 264.83º 0.34% 0.67% -
XYZ 23.2 19.72 40.61 -
YUV 125.79 152.95 135.28 -
System Red Green Blue C M Y K H S L
Decimal 136 112 170 0.20 0.34 0 0.33 264.83 0.25 0.55
Hex 88 70 AA 14 22 0 21 109 19 37
Octal 210 160 252 24 42 0 41 411 31 67
Binary 10001000 1110000 10101010 10100 100010 0 100001 100001001 11001 110111

Color Harmonies of #8870AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8870AA

Black with #8870AA

Text Example


Text Example

White with #8870AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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