Html Css Color HEX #8E80AD Deluge

📋 copy color: '#8E80AD'

red 142 ◦ green 128 ◦ blue 173

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

Shades of Deluge #8E80AD

Tints of Deluge #8E80AD

RGB

 RED value IS 142 (55.86% from 255) = 32.05%

 GREEN value IS 128 (50.39% from 255) = 28.89%

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

R = 32.05%
G = 28.89%
B = 39.05%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8E80AD (or 0x8E80AD) is known color: Deluge. HEX triplet: 8E, 80 and AD. RGB value is (142,128,173). Sum of RGB (Red+Green+Blue) = 142+128+173=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #8E80AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E80AD is #717F52. Grayscale: #898989. Windows color (decimal): -7438163 or 11370638. OLE color: 11370638.

HSL color Cylindrical-coordinate representation of color #8E80AD: hue angle of 258.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8E80AD is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 142 128 173 -
CMYK 0.18 0.26 0 0.32
HSL 258.67º 0.22% 0.59% -
HSV(B) 258.67º 0.26% 0.68% -
XYZ 26.42 24.21 42.82 -
YUV 137.32 148.14 131.34 -
System Red Green Blue C M Y K H S L
Decimal 142 128 173 0.18 0.26 0 0.32 258.67 0.22 0.59
Hex 8E 80 AD 12 1A 0 20 103 16 3B
Octal 216 200 255 22 32 0 40 403 26 73
Binary 10001110 10000000 10101101 10010 11010 0 100000 100000011 10110 111011

Color Harmonies of #8E80AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E80AD

Black with #8E80AD

Text Example


Text Example

White with #8E80AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E80AD; }

 p { color: rgb(142,128,173); }

 H1.HeaderClassName
 {
   color: #8E80AD;
 }
 .AnyTagClassName
 {
   color: #8E80AD;
 }
</style>

background-color css

<style>
 a { background-color: #8E80AD; }

 a { background-color: rgb(142,128,173); }

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

border-color css

<style>
 span { border-color: #8E80AD; }

 span { border-color: rgb(142,128,173); }

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