Html Css Color HEX #8870AD Deluge

📋 copy color: '#8870AD'

red 136 ◦ green 112 ◦ blue 173

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

Shades of Deluge #8870AD

Tints of Deluge #8870AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.09%

R = 32.3%
G = 26.6%
B = 41.09%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8870AD (or 0x8870AD) is known color: Deluge. HEX triplet: 88, 70 and AD. RGB value is (136,112,173). Sum of RGB (Red+Green+Blue) = 136+112+173=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #8870AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8870AD is #778F52. Grayscale: #7D7D7D. Windows color (decimal): -7835475 or 11366536. OLE color: 11366536.

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

Color convert

RGB 136 112 173 -
CMYK 0.21 0.35 0 0.32
HSL 263.61º 0.27% 0.56% -
HSV(B) 263.61º 0.35% 0.68% -
XYZ 23.49 19.84 42.13 -
YUV 126.13 154.45 135.04 -
System Red Green Blue C M Y K H S L
Decimal 136 112 173 0.21 0.35 0 0.32 263.61 0.27 0.56
Hex 88 70 AD 15 23 0 20 108 1B 38
Octal 210 160 255 25 43 0 40 410 33 70
Binary 10001000 1110000 10101101 10101 100011 0 100000 100001000 11011 111000

Color Harmonies of #8870AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8870AD

Black with #8870AD

Text Example


Text Example

White with #8870AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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