Html Css Color HEX #8D7DAE Deluge

📋 copy color: '#8D7DAE'

red 141 ◦ green 125 ◦ blue 174

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

Shades of Deluge #8D7DAE

Tints of Deluge #8D7DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.55%

R = 32.05%
G = 28.41%
B = 39.55%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8D7DAE (or 0x8D7DAE) is known color: Deluge. HEX triplet: 8D, 7D and AE. RGB value is (141,125,174). Sum of RGB (Red+Green+Blue) = 141+125+174=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D7DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7DAE is #728251. Grayscale: #878787. Windows color (decimal): -7504466 or 11435405. OLE color: 11435405.

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

Color convert

RGB 141 125 174 -
CMYK 0.19 0.28 0 0.32
HSL 259.59º 0.23% 0.59% -
HSV(B) 259.59º 0.28% 0.68% -
XYZ 25.96 23.39 43.19 -
YUV 135.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 141 125 174 0.19 0.28 0 0.32 259.59 0.23 0.59
Hex 8D 7D AE 13 1C 0 20 104 17 3B
Octal 215 175 256 23 34 0 40 404 27 73
Binary 10001101 1111101 10101110 10011 11100 0 100000 100000100 10111 111011

Color Harmonies of #8D7DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7DAE

Black with #8D7DAE

Text Example


Text Example

White with #8D7DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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