Html Css Color HEX #8F346D Dark Purple

📋 copy color: '#8F346D'

red 143 ◦ green 52 ◦ blue 109

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

Shades of Dark Purple #8F346D

Tints of Dark Purple #8F346D

RGB

 RED value IS 143 (56.25% from 255) = 47.04%

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

 BLUE value IS 109 (42.97% from 255) = 35.86%

R = 47.04%
G = 17.11%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#8F346D (or 0x8F346D) is known color: Dark Purple. HEX triplet: 8F, 34 and 6D. RGB value is (143,52,109). Sum of RGB (Red+Green+Blue) = 143+52+109=304 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.04% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 143 - color contains mainly: red. Hex color #8F346D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F346D is #70CB92. Grayscale: #555555. Windows color (decimal): -7392147 or 7156879. OLE color: 7156879.

HSL color Cylindrical-coordinate representation of color #8F346D: hue angle of 322.42º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F346D is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 52 109 -
CMYK 0 0.64 0.24 0.44
HSL 322.42º 0.47% 0.38% -
HSV(B) 322.42º 0.64% 0.56% -
XYZ 15.32 9.4 15.48 -
YUV 85.71 141.15 168.87 -
System Red Green Blue C M Y K H S L
Decimal 143 52 109 0 0.64 0.24 0.44 322.42 0.47 0.38
Hex 8F 34 6D 0 40 18 2C 142 2F 26
Octal 217 64 155 0 100 30 54 502 57 46
Binary 10001111 110100 1101101 0 1000000 11000 101100 101000010 101111 100110

Color Harmonies of #8F346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F346D

Black with #8F346D

Text Example


Text Example

White with #8F346D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,52,109); }

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

background-color css

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

 a { background-color: rgb(143,52,109); }

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

border-color css

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

 span { border-color: rgb(143,52,109); }

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