Html Css Color HEX #8F117D Dark Purple

📋 copy color: '#8F117D'

red 143 ◦ green 17 ◦ blue 125

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

Shades of Dark Purple #8F117D

Tints of Dark Purple #8F117D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.86%

R = 50.18%
G = 5.96%
B = 43.86%

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

#8F117D (or 0x8F117D) is known color: Dark Purple. HEX triplet: 8F, 11 and 7D. RGB value is (143,17,125). Sum of RGB (Red+Green+Blue) = 143+17+125=285 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.18% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 143 - color contains mainly: red. Hex color #8F117D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F117D is #70EE82. Grayscale: #424242. Windows color (decimal): -7401091 or 8196495. OLE color: 8196495.

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

Color convert

RGB 143 17 125 -
CMYK 0 0.88 0.13 0.44
HSL 308.57º 0.79% 0.31% -
HSV(B) 308.57º 0.88% 0.56% -
XYZ 15.23 7.72 20.09 -
YUV 66.99 160.74 182.22 -
System Red Green Blue C M Y K H S L
Decimal 143 17 125 0 0.88 0.13 0.44 308.57 0.79 0.31
Hex 8F 11 7D 0 58 D 2C 135 4F 1F
Octal 217 21 175 0 130 15 54 465 117 37
Binary 10001111 10001 1111101 0 1011000 1101 101100 100110101 1001111 11111

Color Harmonies of #8F117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F117D

Black with #8F117D

Text Example


Text Example

White with #8F117D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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