Html Css Color HEX #8F3173 Dark Purple

📋 copy color: '#8F3173'

red 143 ◦ green 49 ◦ blue 115

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

Shades of Dark Purple #8F3173

Tints of Dark Purple #8F3173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.46%

R = 46.58%
G = 15.96%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#8F3173 (or 0x8F3173) is known color: Dark Purple. HEX triplet: 8F, 31 and 73. RGB value is (143,49,115). Sum of RGB (Red+Green+Blue) = 143+49+115=307 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.58% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3173 is #70CE8C. Grayscale: #545454. Windows color (decimal): -7392909 or 7549327. OLE color: 7549327.

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

Color convert

RGB 143 49 115 -
CMYK 0 0.66 0.20 0.44
HSL 317.87º 0.49% 0.38% -
HSV(B) 317.87º 0.66% 0.56% -
XYZ 15.52 9.27 17.19 -
YUV 84.63 145.14 169.63 -
System Red Green Blue C M Y K H S L
Decimal 143 49 115 0 0.66 0.20 0.44 317.87 0.49 0.38
Hex 8F 31 73 0 42 14 2C 13E 31 26
Octal 217 61 163 0 102 24 54 476 61 46
Binary 10001111 110001 1110011 0 1000010 10100 101100 100111110 110001 100110

Color Harmonies of #8F3173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3173

Black with #8F3173

Text Example


Text Example

White with #8F3173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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