Html Css Color HEX #8F116F Dark Purple

📋 copy color: '#8F116F'

red 143 ◦ green 17 ◦ blue 111

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

Shades of Dark Purple #8F116F

Tints of Dark Purple #8F116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.96%

R = 52.77%
G = 6.27%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#8F116F (or 0x8F116F) is known color: Dark Purple. HEX triplet: 8F, 11 and 6F. RGB value is (143,17,111). Sum of RGB (Red+Green+Blue) = 143+17+111=271 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.77% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 143 - color contains mainly: red. Hex color #8F116F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F116F is #70EE90. Grayscale: #414141. Windows color (decimal): -7401105 or 7278991. OLE color: 7278991.

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

Color convert

RGB 143 17 111 -
CMYK 0 0.88 0.22 0.44
HSL 315.24º 0.79% 0.31% -
HSV(B) 315.24º 0.88% 0.56% -
XYZ 14.4 7.39 15.71 -
YUV 65.39 153.74 183.36 -
System Red Green Blue C M Y K H S L
Decimal 143 17 111 0 0.88 0.22 0.44 315.24 0.79 0.31
Hex 8F 11 6F 0 58 16 2C 13B 4F 1F
Octal 217 21 157 0 130 26 54 473 117 37
Binary 10001111 10001 1101111 0 1011000 10110 101100 100111011 1001111 11111

Color Harmonies of #8F116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F116F

Black with #8F116F

Text Example


Text Example

White with #8F116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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