Html Css Color HEX #8F117F Dark Purple

📋 copy color: '#8F117F'

red 143 ◦ green 17 ◦ blue 127

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

Shades of Dark Purple #8F117F

Tints of Dark Purple #8F117F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 44.25%

R = 49.83%
G = 5.92%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8F117F (or 0x8F117F) is known color: Dark Purple. HEX triplet: 8F, 11 and 7F. RGB value is (143,17,127). Sum of RGB (Red+Green+Blue) = 143+17+127=287 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.83% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 143 - color contains mainly: red. Hex color #8F117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F117F is #70EE80. Grayscale: #424242. Windows color (decimal): -7401089 or 8327567. OLE color: 8327567.

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

Color convert

RGB 143 17 127 -
CMYK 0 0.88 0.11 0.44
HSL 307.62º 0.79% 0.31% -
HSV(B) 307.62º 0.88% 0.56% -
XYZ 15.36 7.77 20.77 -
YUV 67.21 161.74 182.06 -
System Red Green Blue C M Y K H S L
Decimal 143 17 127 0 0.88 0.11 0.44 307.62 0.79 0.31
Hex 8F 11 7F 0 58 B 2C 134 4F 1F
Octal 217 21 177 0 130 13 54 464 117 37
Binary 10001111 10001 1111111 0 1011000 1011 101100 100110100 1001111 11111

Color Harmonies of #8F117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F117F

Black with #8F117F

Text Example


Text Example

White with #8F117F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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