Html Css Color HEX #8F1993 Dark Magenta

📋 copy color: '#8F1993'

red 143 ◦ green 25 ◦ blue 147

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

Shades of Dark Magenta #8F1993

Tints of Dark Magenta #8F1993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.94%

 BLUE value IS 147 (57.81% from 255) = 46.67%

R = 45.4%
G = 7.94%
B = 46.67%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8F1993 (or 0x8F1993) is known color: Dark Magenta. HEX triplet: 8F, 19 and 93. RGB value is (143,25,147). Sum of RGB (Red+Green+Blue) = 143+25+147=315 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.40% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F1993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1993 is #70E66C. Grayscale: #494949. Windows color (decimal): -7399021 or 9640335. OLE color: 9640335.

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

Color convert

RGB 143 25 147 -
CMYK 0.03 0.83 0 0.42
HSL 298.03º 0.71% 0.34% -
HSV(B) 298.03º 0.83% 0.58% -
XYZ 16.94 8.64 28.38 -
YUV 74.19 169.09 177.08 -
System Red Green Blue C M Y K H S L
Decimal 143 25 147 0.03 0.83 0 0.42 298.03 0.71 0.34
Hex 8F 19 93 3 53 0 2A 12A 47 22
Octal 217 31 223 3 123 0 52 452 107 42
Binary 10001111 11001 10010011 11 1010011 0 101010 100101010 1000111 100010

Color Harmonies of #8F1993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1993

Black with #8F1993

Text Example


Text Example

White with #8F1993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,25,147); }

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

background-color css

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

 a { background-color: rgb(143,25,147); }

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

border-color css

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

 span { border-color: rgb(143,25,147); }

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