Html Css Color HEX #8D7DAC Deluge

📋 copy color: '#8D7DAC'

red 141 ◦ green 125 ◦ blue 172

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

Shades of Deluge #8D7DAC

Tints of Deluge #8D7DAC

RGB

 RED value IS 141 (55.47% from 255) = 32.19%

 GREEN value IS 125 (49.22% from 255) = 28.54%

 BLUE value IS 172 (67.58% from 255) = 39.27%

R = 32.19%
G = 28.54%
B = 39.27%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D7DAC (or 0x8D7DAC) is known color: Deluge. HEX triplet: 8D, 7D and AC. RGB value is (141,125,172). Sum of RGB (Red+Green+Blue) = 141+125+172=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D7DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7DAC is #728253. Grayscale: #868686. Windows color (decimal): -7504468 or 11304333. OLE color: 11304333.

HSL color Cylindrical-coordinate representation of color #8D7DAC: hue angle of 260.43º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8D7DAC is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 125 172 -
CMYK 0.18 0.27 0 0.33
HSL 260.43º 0.22% 0.58% -
HSV(B) 260.43º 0.27% 0.67% -
XYZ 25.76 23.31 42.17 -
YUV 135.14 148.8 132.18 -
System Red Green Blue C M Y K H S L
Decimal 141 125 172 0.18 0.27 0 0.33 260.43 0.22 0.58
Hex 8D 7D AC 12 1B 0 21 104 16 3A
Octal 215 175 254 22 33 0 41 404 26 72
Binary 10001101 1111101 10101100 10010 11011 0 100001 100000100 10110 111010

Color Harmonies of #8D7DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7DAC

Black with #8D7DAC

Text Example


Text Example

White with #8D7DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,125,172); }

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

background-color css

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

 a { background-color: rgb(141,125,172); }

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

border-color css

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

 span { border-color: rgb(141,125,172); }

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