Html Css Color HEX #8770AD Deluge

📋 copy color: '#8770AD'

red 135 ◦ green 112 ◦ blue 173

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

Shades of Deluge #8770AD

Tints of Deluge #8770AD

RGB

 RED value IS 135 (53.13% from 255) = 32.14%

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

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

R = 32.14%
G = 26.67%
B = 41.19%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8770AD (or 0x8770AD) is known color: Deluge. HEX triplet: 87, 70 and AD. RGB value is (135,112,173). Sum of RGB (Red+Green+Blue) = 135+112+173=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #8770AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8770AD is #788F52. Grayscale: #7D7D7D. Windows color (decimal): -7901011 or 11366535. OLE color: 11366535.

HSL color Cylindrical-coordinate representation of color #8770AD: hue angle of 262.62º 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 #8770AD is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 135 112 173 -
CMYK 0.22 0.35 0 0.32
HSL 262.62º 0.27% 0.56% -
HSV(B) 262.62º 0.35% 0.68% -
XYZ 23.33 19.76 42.12 -
YUV 125.83 154.62 134.54 -
System Red Green Blue C M Y K H S L
Decimal 135 112 173 0.22 0.35 0 0.32 262.62 0.27 0.56
Hex 87 70 AD 16 23 0 20 107 1B 38
Octal 207 160 255 26 43 0 40 407 33 70
Binary 10000111 1110000 10101101 10110 100011 0 100000 100000111 11011 111000

Color Harmonies of #8770AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8770AD

Black with #8770AD

Text Example


Text Example

White with #8770AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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