Html Css Color HEX #8F316D Dark Purple

📋 copy color: '#8F316D'

red 143 ◦ green 49 ◦ blue 109

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

Shades of Dark Purple #8F316D

Tints of Dark Purple #8F316D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.28%

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

R = 47.51%
G = 16.28%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#8F316D (or 0x8F316D) is known color: Dark Purple. HEX triplet: 8F, 31 and 6D. RGB value is (143,49,109). Sum of RGB (Red+Green+Blue) = 143+49+109=301 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.51% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 143 - color contains mainly: red. Hex color #8F316D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F316D is #70CE92. Grayscale: #535353. Windows color (decimal): -7392915 or 7156111. OLE color: 7156111.

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

Color convert

RGB 143 49 109 -
CMYK 0 0.66 0.24 0.44
HSL 321.7º 0.49% 0.38% -
HSV(B) 321.7º 0.66% 0.56% -
XYZ 15.19 9.14 15.43 -
YUV 83.95 142.14 170.12 -
System Red Green Blue C M Y K H S L
Decimal 143 49 109 0 0.66 0.24 0.44 321.7 0.49 0.38
Hex 8F 31 6D 0 42 18 2C 142 31 26
Octal 217 61 155 0 102 30 54 502 61 46
Binary 10001111 110001 1101101 0 1000010 11000 101100 101000010 110001 100110

Color Harmonies of #8F316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F316D

Black with #8F316D

Text Example


Text Example

White with #8F316D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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