Html Css Color HEX #8F099E Dark Magenta

📋 copy color: '#8F099E'

red 143 ◦ green 9 ◦ blue 158

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

Shades of Dark Magenta #8F099E

Tints of Dark Magenta #8F099E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 50.97%

R = 46.13%
G = 2.9%
B = 50.97%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8F099E (or 0x8F099E) is known color: Dark Magenta. HEX triplet: 8F, 09 and 9E. RGB value is (143,9,158). Sum of RGB (Red+Green+Blue) = 143+9+158=310 (41% of max value = 765). Red value is 143 (56.25% from 255 or 46.13% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F099E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F099E is #70F661. Grayscale: #414141. Windows color (decimal): -7403106 or 10357135. OLE color: 10357135.

HSL color Cylindrical-coordinate representation of color #8F099E: hue angle of 293.96º 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 #8F099E is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 143 9 158 -
CMYK 0.09 0.94 0 0.38
HSL 293.96º 0.89% 0.33% -
HSV(B) 293.96º 0.94% 0.62% -
XYZ 17.6 8.5 33.06 -
YUV 66.05 179.89 182.88 -
System Red Green Blue C M Y K H S L
Decimal 143 9 158 0.09 0.94 0 0.38 293.96 0.89 0.33
Hex 8F 9 9E 9 5E 0 26 126 59 21
Octal 217 11 236 11 136 0 46 446 131 41
Binary 10001111 1001 10011110 1001 1011110 0 100110 100100110 1011001 100001

Color Harmonies of #8F099E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F099E

Black with #8F099E

Text Example


Text Example

White with #8F099E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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