Html Css Color HEX #8F009C Dark Magenta

📋 copy color: '#8F009C'

red 143 ◦ green 0 ◦ blue 156

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

Shades of Dark Magenta #8F009C

Tints of Dark Magenta #8F009C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 52.17%

R = 47.83%
G = 0%
B = 52.17%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8F009C (or 0x8F009C) is known color: Dark Magenta. HEX triplet: 8F, 00 and 9C. RGB value is (143,0,156). Sum of RGB (Red+Green+Blue) = 143+0+156=299 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.83% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #8F009C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F009C is #70FF63. Grayscale: #3C3C3C. Windows color (decimal): -7405412 or 10223759. OLE color: 10223759.

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

Color convert

RGB 143 0 156 -
CMYK 0.08 1 0 0.39
HSL 295º 1% 0.31% -
HSV(B) 295º 1% 0.61% -
XYZ 17.33 8.24 32.13 -
YUV 60.54 181.88 186.82 -
System Red Green Blue C M Y K H S L
Decimal 143 0 156 0.08 1 0 0.39 295 1 0.31
Hex 8F 0 9C 8 64 0 27 127 64 1F
Octal 217 0 234 10 144 0 47 447 144 37
Binary 10001111 0 10011100 1000 1100100 0 100111 100100111 1100100 11111

Color Harmonies of #8F009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F009C

Black with #8F009C

Text Example


Text Example

White with #8F009C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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