Html Css Color HEX #8771A7 Deluge

📋 copy color: '#8771A7'

red 135 ◦ green 113 ◦ blue 167

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

Shades of Deluge #8771A7

Tints of Deluge #8771A7

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.23%

 BLUE value IS 167 (65.63% from 255) = 40.24%

R = 32.53%
G = 27.23%
B = 40.24%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8771A7 (or 0x8771A7) is known color: Deluge. HEX triplet: 87, 71 and A7. RGB value is (135,113,167). Sum of RGB (Red+Green+Blue) = 135+113+167=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 167 (65.62% from 255 or 40.24% from 415); Max value from RGB is 167 - color contains mainly: blue. Hex color #8771A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8771A7 is #788E58. Grayscale: #7D7D7D. Windows color (decimal): -7900761 or 10973575. OLE color: 10973575.

HSL color Cylindrical-coordinate representation of color #8771A7: hue angle of 264.44º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8771A7 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 135 113 167 -
CMYK 0.19 0.32 0 0.35
HSL 264.44º 0.23% 0.55% -
HSV(B) 264.44º 0.32% 0.65% -
XYZ 22.87 19.75 39.17 -
YUV 125.73 151.29 134.61 -
System Red Green Blue C M Y K H S L
Decimal 135 113 167 0.19 0.32 0 0.35 264.44 0.23 0.55
Hex 87 71 A7 13 20 0 23 108 17 37
Octal 207 161 247 23 40 0 43 410 27 67
Binary 10000111 1110001 10100111 10011 100000 0 100011 100001000 10111 110111

Color Harmonies of #8771A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8771A7

Black with #8771A7

Text Example


Text Example

White with #8771A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8771A7; }

 p { color: rgb(135,113,167); }

 H1.HeaderClassName
 {
   color: #8771A7;
 }
 .AnyTagClassName
 {
   color: #8771A7;
 }
</style>

background-color css

<style>
 a { background-color: #8771A7; }

 a { background-color: rgb(135,113,167); }

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

border-color css

<style>
 span { border-color: #8771A7; }

 span { border-color: rgb(135,113,167); }

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