Html Css Color HEX #8D346E Dark Purple

📋 copy color: '#8D346E'

red 141 ◦ green 52 ◦ blue 110

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

Shades of Dark Purple #8D346E

Tints of Dark Purple #8D346E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.16%

 BLUE value IS 110 (43.36% from 255) = 36.3%

R = 46.53%
G = 17.16%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8D346E (or 0x8D346E) is known color: Dark Purple. HEX triplet: 8D, 34 and 6E. RGB value is (141,52,110). Sum of RGB (Red+Green+Blue) = 141+52+110=303 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.53% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 141 - color contains mainly: red. Hex color #8D346E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D346E is #72CB91. Grayscale: #555555. Windows color (decimal): -7523218 or 7222413. OLE color: 7222413.

HSL color Cylindrical-coordinate representation of color #8D346E: hue angle of 320.9º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D346E is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 52 110 -
CMYK 0 0.63 0.22 0.45
HSL 320.9º 0.46% 0.38% -
HSV(B) 320.9º 0.63% 0.55% -
XYZ 15.03 9.24 15.74 -
YUV 85.22 141.99 167.78 -
System Red Green Blue C M Y K H S L
Decimal 141 52 110 0 0.63 0.22 0.45 320.9 0.46 0.38
Hex 8D 34 6E 0 3F 16 2D 141 2E 26
Octal 215 64 156 0 77 26 55 501 56 46
Binary 10001101 110100 1101110 0 111111 10110 101101 101000001 101110 100110

Color Harmonies of #8D346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D346E

Black with #8D346E

Text Example


Text Example

White with #8D346E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,52,110); }

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

background-color css

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

 a { background-color: rgb(141,52,110); }

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

border-color css

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

 span { border-color: rgb(141,52,110); }

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