Html Css Color HEX #8F117E Dark Purple

📋 copy color: '#8F117E'

red 143 ◦ green 17 ◦ blue 126

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

Shades of Dark Purple #8F117E

Tints of Dark Purple #8F117E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 44.06%

R = 50%
G = 5.94%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8F117E (or 0x8F117E) is known color: Dark Purple. HEX triplet: 8F, 11 and 7E. RGB value is (143,17,126). Sum of RGB (Red+Green+Blue) = 143+17+126=286 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 143 - color contains mainly: red. Hex color #8F117E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F117E is #70EE81. Grayscale: #424242. Windows color (decimal): -7401090 or 8262031. OLE color: 8262031.

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

Color convert

RGB 143 17 126 -
CMYK 0 0.88 0.12 0.44
HSL 308.1º 0.79% 0.31% -
HSV(B) 308.1º 0.88% 0.56% -
XYZ 15.29 7.75 20.43 -
YUV 67.1 161.24 182.14 -
System Red Green Blue C M Y K H S L
Decimal 143 17 126 0 0.88 0.12 0.44 308.1 0.79 0.31
Hex 8F 11 7E 0 58 C 2C 134 4F 1F
Octal 217 21 176 0 130 14 54 464 117 37
Binary 10001111 10001 1111110 0 1011000 1100 101100 100110100 1001111 11111

Color Harmonies of #8F117E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F117E

Black with #8F117E

Text Example


Text Example

White with #8F117E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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