Html Css Color HEX #8C4175 Dark Purple

📋 copy color: '#8C4175'

red 140 ◦ green 65 ◦ blue 117

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

Shades of Dark Purple #8C4175

Tints of Dark Purple #8C4175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.19%

 BLUE value IS 117 (46.09% from 255) = 36.34%

R = 43.48%
G = 20.19%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8C4175 (or 0x8C4175) is known color: Dark Purple. HEX triplet: 8C, 41 and 75. RGB value is (140,65,117). Sum of RGB (Red+Green+Blue) = 140+65+117=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4175 is #73BE8A. Grayscale: #5D5D5D. Windows color (decimal): -7585419 or 7684492. OLE color: 7684492.

HSL color Cylindrical-coordinate representation of color #8C4175: hue angle of 318.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C4175 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 65 117 -
CMYK 0 0.54 0.16 0.45
HSL 318.4º 0.37% 0.4% -
HSV(B) 318.4º 0.54% 0.55% -
XYZ 15.92 10.64 18.04 -
YUV 93.35 141.35 161.27 -
System Red Green Blue C M Y K H S L
Decimal 140 65 117 0 0.54 0.16 0.45 318.4 0.37 0.4
Hex 8C 41 75 0 36 10 2D 13E 25 28
Octal 214 101 165 0 66 20 55 476 45 50
Binary 10001100 1000001 1110101 0 110110 10000 101101 100111110 100101 101000

Color Harmonies of #8C4175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4175

Black with #8C4175

Text Example


Text Example

White with #8C4175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,65,117); }

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

background-color css

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

 a { background-color: rgb(140,65,117); }

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

border-color css

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

 span { border-color: rgb(140,65,117); }

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