Html Css Color HEX #8770AA Deluge

📋 copy color: '#8770AA'

red 135 ◦ green 112 ◦ blue 170

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

Shades of Deluge #8770AA

Tints of Deluge #8770AA

RGB

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

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

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

R = 32.37%
G = 26.86%
B = 40.77%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8770AA (or 0x8770AA) is known color: Deluge. HEX triplet: 87, 70 and AA. RGB value is (135,112,170). Sum of RGB (Red+Green+Blue) = 135+112+170=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #8770AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8770AA is #788F55. Grayscale: #7D7D7D. Windows color (decimal): -7901014 or 11169927. OLE color: 11169927.

HSL color Cylindrical-coordinate representation of color #8770AA: hue angle of 263.79º 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 #8770AA is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 112 170 -
CMYK 0.21 0.34 0 0.33
HSL 263.79º 0.25% 0.55% -
HSV(B) 263.79º 0.34% 0.67% -
XYZ 23.04 19.64 40.61 -
YUV 125.49 153.12 134.78 -
System Red Green Blue C M Y K H S L
Decimal 135 112 170 0.21 0.34 0 0.33 263.79 0.25 0.55
Hex 87 70 AA 15 22 0 21 108 19 37
Octal 207 160 252 25 42 0 41 410 31 67
Binary 10000111 1110000 10101010 10101 100010 0 100001 100001000 11001 110111

Color Harmonies of #8770AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8770AA

Black with #8770AA

Text Example


Text Example

White with #8770AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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