Html Css Color HEX #8F0E94 Dark Magenta

📋 copy color: '#8F0E94'

red 143 ◦ green 14 ◦ blue 148

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

Shades of Dark Magenta #8F0E94

Tints of Dark Magenta #8F0E94

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.59%

 BLUE value IS 148 (58.2% from 255) = 48.52%

R = 46.89%
G = 4.59%
B = 48.52%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8F0E94 (or 0x8F0E94) is known color: Dark Magenta. HEX triplet: 8F, 0E and 94. RGB value is (143,14,148). Sum of RGB (Red+Green+Blue) = 143+14+148=305 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.89% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F0E94 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0E94 is #70F16B. Grayscale: #434343. Windows color (decimal): -7401836 or 9703055. OLE color: 9703055.

HSL color Cylindrical-coordinate representation of color #8F0E94: hue angle of 297.76º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F0E94 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 143 14 148 -
CMYK 0.03 0.91 0 0.42
HSL 297.76º 0.83% 0.32% -
HSV(B) 297.76º 0.91% 0.58% -
XYZ 16.83 8.29 28.73 -
YUV 67.85 173.24 181.6 -
System Red Green Blue C M Y K H S L
Decimal 143 14 148 0.03 0.91 0 0.42 297.76 0.83 0.32
Hex 8F E 94 3 5B 0 2A 12A 53 20
Octal 217 16 224 3 133 0 52 452 123 40
Binary 10001111 1110 10010100 11 1011011 0 101010 100101010 1010011 100000

Color Harmonies of #8F0E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0E94

Black with #8F0E94

Text Example


Text Example

White with #8F0E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,14,148); }

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

background-color css

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

 a { background-color: rgb(143,14,148); }

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

border-color css

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

 span { border-color: rgb(143,14,148); }

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