Html Css Color HEX #8F117C Dark Purple

📋 copy color: '#8F117C'

red 143 ◦ green 17 ◦ blue 124

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

Shades of Dark Purple #8F117C

Tints of Dark Purple #8F117C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.99%

 BLUE value IS 124 (48.83% from 255) = 43.66%

R = 50.35%
G = 5.99%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8F117C (or 0x8F117C) is known color: Dark Purple. HEX triplet: 8F, 11 and 7C. RGB value is (143,17,124). Sum of RGB (Red+Green+Blue) = 143+17+124=284 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.35% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 143 - color contains mainly: red. Hex color #8F117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F117C is #70EE83. Grayscale: #424242. Windows color (decimal): -7401092 or 8130959. OLE color: 8130959.

HSL color Cylindrical-coordinate representation of color #8F117C: hue angle of 309.05º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F117C is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 17 124 -
CMYK 0 0.88 0.13 0.44
HSL 309.05º 0.79% 0.31% -
HSV(B) 309.05º 0.88% 0.56% -
XYZ 15.17 7.7 19.75 -
YUV 66.87 160.24 182.3 -
System Red Green Blue C M Y K H S L
Decimal 143 17 124 0 0.88 0.13 0.44 309.05 0.79 0.31
Hex 8F 11 7C 0 58 D 2C 135 4F 1F
Octal 217 21 174 0 130 15 54 465 117 37
Binary 10001111 10001 1111100 0 1011000 1101 101100 100110101 1001111 11111

Color Harmonies of #8F117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F117C

Black with #8F117C

Text Example


Text Example

White with #8F117C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,17,124); }

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

background-color css

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

 a { background-color: rgb(143,17,124); }

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

border-color css

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

 span { border-color: rgb(143,17,124); }

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