Html Css Color HEX #8F3171 Dark Purple

📋 copy color: '#8F3171'

red 143 ◦ green 49 ◦ blue 113

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

Shades of Dark Purple #8F3171

Tints of Dark Purple #8F3171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.05%

R = 46.89%
G = 16.07%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#8F3171 (or 0x8F3171) is known color: Dark Purple. HEX triplet: 8F, 31 and 71. RGB value is (143,49,113). Sum of RGB (Red+Green+Blue) = 143+49+113=305 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.89% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3171 is #70CE8E. Grayscale: #545454. Windows color (decimal): -7392911 or 7418255. OLE color: 7418255.

HSL color Cylindrical-coordinate representation of color #8F3171: hue angle of 319.15º 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 #8F3171 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 49 113 -
CMYK 0 0.66 0.21 0.44
HSL 319.15º 0.49% 0.38% -
HSV(B) 319.15º 0.66% 0.56% -
XYZ 15.41 9.23 16.59 -
YUV 84.4 144.14 169.8 -
System Red Green Blue C M Y K H S L
Decimal 143 49 113 0 0.66 0.21 0.44 319.15 0.49 0.38
Hex 8F 31 71 0 42 15 2C 13F 31 26
Octal 217 61 161 0 102 25 54 477 61 46
Binary 10001111 110001 1110001 0 1000010 10101 101100 100111111 110001 100110

Color Harmonies of #8F3171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3171

Black with #8F3171

Text Example


Text Example

White with #8F3171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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