Html Css Color HEX #8F099F Dark Magenta

📋 copy color: '#8F099F'

red 143 ◦ green 9 ◦ blue 159

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

Shades of Dark Magenta #8F099F

Tints of Dark Magenta #8F099F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.89%

 BLUE value IS 159 (62.5% from 255) = 51.13%

R = 45.98%
G = 2.89%
B = 51.13%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8F099F (or 0x8F099F) is known color: Dark Magenta. HEX triplet: 8F, 09 and 9F. RGB value is (143,9,159). Sum of RGB (Red+Green+Blue) = 143+9+159=311 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.98% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F099F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F099F is #70F660. Grayscale: #414141. Windows color (decimal): -7403105 or 10422671. OLE color: 10422671.

HSL color Cylindrical-coordinate representation of color #8F099F: hue angle of 293.6º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F099F is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 143 9 159 -
CMYK 0.10 0.94 0 0.38
HSL 293.6º 0.89% 0.33% -
HSV(B) 293.6º 0.94% 0.62% -
XYZ 17.68 8.54 33.52 -
YUV 66.17 180.39 182.8 -
System Red Green Blue C M Y K H S L
Decimal 143 9 159 0.10 0.94 0 0.38 293.6 0.89 0.33
Hex 8F 9 9F A 5E 0 26 126 59 21
Octal 217 11 237 12 136 0 46 446 131 41
Binary 10001111 1001 10011111 1010 1011110 0 100110 100100110 1011001 100001

Color Harmonies of #8F099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F099F

Black with #8F099F

Text Example


Text Example

White with #8F099F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,9,159); }

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

background-color css

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

 a { background-color: rgb(143,9,159); }

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

border-color css

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

 span { border-color: rgb(143,9,159); }

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