Html Css Color HEX #8F3F79 Dark Purple

📋 copy color: '#8F3F79'

red 143 ◦ green 63 ◦ blue 121

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

Shades of Dark Purple #8F3F79

Tints of Dark Purple #8F3F79

RGB

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

 GREEN value IS 63 (25% from 255) = 19.27%

 BLUE value IS 121 (47.66% from 255) = 37%

R = 43.73%
G = 19.27%
B = 37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8F3F79 (or 0x8F3F79) is known color: Dark Purple. HEX triplet: 8F, 3F and 79. RGB value is (143,63,121). Sum of RGB (Red+Green+Blue) = 143+63+121=327 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.73% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3F79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3F79 is #70C086. Grayscale: #5D5D5D. Windows color (decimal): -7389319 or 7946127. OLE color: 7946127.

HSL color Cylindrical-coordinate representation of color #8F3F79: hue angle of 316.5º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F3F79 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 63 121 -
CMYK 0 0.56 0.15 0.44
HSL 316.5º 0.39% 0.4% -
HSV(B) 316.5º 0.56% 0.56% -
XYZ 16.56 10.78 19.3 -
YUV 93.53 143.5 163.28 -
System Red Green Blue C M Y K H S L
Decimal 143 63 121 0 0.56 0.15 0.44 316.5 0.39 0.4
Hex 8F 3F 79 0 38 F 2C 13C 27 28
Octal 217 77 171 0 70 17 54 474 47 50
Binary 10001111 111111 1111001 0 111000 1111 101100 100111100 100111 101000

Color Harmonies of #8F3F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3F79

Black with #8F3F79

Text Example


Text Example

White with #8F3F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,63,121); }

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

background-color css

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

 a { background-color: rgb(143,63,121); }

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

border-color css

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

 span { border-color: rgb(143,63,121); }

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