Html Css Color HEX #8F009E Dark Magenta

📋 copy color: '#8F009E'

red 143 ◦ green 0 ◦ blue 158

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

Shades of Dark Magenta #8F009E

Tints of Dark Magenta #8F009E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.51%
G = 0%
B = 52.49%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8F009E (or 0x8F009E) is known color: Dark Magenta. HEX triplet: 8F, 00 and 9E. RGB value is (143,0,158). Sum of RGB (Red+Green+Blue) = 143+0+158=301 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.51% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F009E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F009E is #70FF61. Grayscale: #3C3C3C. Windows color (decimal): -7405410 or 10354831. OLE color: 10354831.

HSL color Cylindrical-coordinate representation of color #8F009E: hue angle of 294.3º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F009E is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 143 0 158 -
CMYK 0.09 1 0 0.38
HSL 294.3º 1% 0.31% -
HSV(B) 294.3º 1% 0.62% -
XYZ 17.5 8.31 33.03 -
YUV 60.77 182.88 186.65 -
System Red Green Blue C M Y K H S L
Decimal 143 0 158 0.09 1 0 0.38 294.3 1 0.31
Hex 8F 0 9E 9 64 0 26 126 64 1F
Octal 217 0 236 11 144 0 46 446 144 37
Binary 10001111 0 10011110 1001 1100100 0 100110 100100110 1100100 11111

Color Harmonies of #8F009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F009E

Black with #8F009E

Text Example


Text Example

White with #8F009E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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