Html Css Color HEX #8C7DAD Deluge

📋 copy color: '#8C7DAD'

red 140 ◦ green 125 ◦ blue 173

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

Shades of Deluge #8C7DAD

Tints of Deluge #8C7DAD

RGB

 RED value IS 140 (55.08% from 255) = 31.96%

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

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

R = 31.96%
G = 28.54%
B = 39.5%

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

#8C7DAD (or 0x8C7DAD) is known color: Deluge. HEX triplet: 8C, 7D and AD. RGB value is (140,125,173). Sum of RGB (Red+Green+Blue) = 140+125+173=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C7DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7DAD is #738252. Grayscale: #868686. Windows color (decimal): -7570003 or 11369868. OLE color: 11369868.

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

Color convert

RGB 140 125 173 -
CMYK 0.19 0.28 0 0.32
HSL 258.75º 0.23% 0.58% -
HSV(B) 258.75º 0.28% 0.68% -
XYZ 25.69 23.26 42.67 -
YUV 134.96 149.47 131.6 -
System Red Green Blue C M Y K H S L
Decimal 140 125 173 0.19 0.28 0 0.32 258.75 0.23 0.58
Hex 8C 7D AD 13 1C 0 20 103 17 3A
Octal 214 175 255 23 34 0 40 403 27 72
Binary 10001100 1111101 10101101 10011 11100 0 100000 100000011 10111 111010

Color Harmonies of #8C7DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7DAD

Black with #8C7DAD

Text Example


Text Example

White with #8C7DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,125,173); }

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

background-color css

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

 a { background-color: rgb(140,125,173); }

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

border-color css

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

 span { border-color: rgb(140,125,173); }

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