Html Css Color HEX #8F116E Dark Purple

📋 copy color: '#8F116E'

red 143 ◦ green 17 ◦ blue 110

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

Shades of Dark Purple #8F116E

Tints of Dark Purple #8F116E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40.74%

R = 52.96%
G = 6.3%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8F116E (or 0x8F116E) is known color: Dark Purple. HEX triplet: 8F, 11 and 6E. RGB value is (143,17,110). Sum of RGB (Red+Green+Blue) = 143+17+110=270 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.96% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 143 - color contains mainly: red. Hex color #8F116E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F116E is #70EE91. Grayscale: #414141. Windows color (decimal): -7401106 or 7213455. OLE color: 7213455.

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

Color convert

RGB 143 17 110 -
CMYK 0 0.88 0.23 0.44
HSL 315.71º 0.79% 0.31% -
HSV(B) 315.71º 0.88% 0.56% -
XYZ 14.34 7.37 15.42 -
YUV 65.28 153.24 183.44 -
System Red Green Blue C M Y K H S L
Decimal 143 17 110 0 0.88 0.23 0.44 315.71 0.79 0.31
Hex 8F 11 6E 0 58 17 2C 13C 4F 1F
Octal 217 21 156 0 130 27 54 474 117 37
Binary 10001111 10001 1101110 0 1011000 10111 101100 100111100 1001111 11111

Color Harmonies of #8F116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F116E

Black with #8F116E

Text Example


Text Example

White with #8F116E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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