Html Css Color HEX #8F0888 Dark Magenta

📋 copy color: '#8F0888'

red 143 ◦ green 8 ◦ blue 136

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

Shades of Dark Magenta #8F0888

Tints of Dark Magenta #8F0888

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.79%

 BLUE value IS 136 (53.52% from 255) = 47.39%

R = 49.83%
G = 2.79%
B = 47.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#8F0888 (or 0x8F0888) is known color: Dark Magenta. HEX triplet: 8F, 08 and 88. RGB value is (143,8,136). Sum of RGB (Red+Green+Blue) = 143+8+136=287 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.83% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0888 is #70F777. Grayscale: #3E3E3E. Windows color (decimal): -7403384 or 8915087. OLE color: 8915087.

HSL color Cylindrical-coordinate representation of color #8F0888: hue angle of 303.11º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0888 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 8 136 -
CMYK 0 0.94 0.05 0.44
HSL 303.11º 0.89% 0.3% -
HSV(B) 303.11º 0.94% 0.56% -
XYZ 15.86 7.79 23.96 -
YUV 62.96 169.23 185.09 -
System Red Green Blue C M Y K H S L
Decimal 143 8 136 0 0.94 0.05 0.44 303.11 0.89 0.3
Hex 8F 8 88 0 5E 5 2C 12F 59 1E
Octal 217 10 210 0 136 5 54 457 131 36
Binary 10001111 1000 10001000 0 1011110 101 101100 100101111 1011001 11110

Color Harmonies of #8F0888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0888

Black with #8F0888

Text Example


Text Example

White with #8F0888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,8,136); }

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

background-color css

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

 a { background-color: rgb(143,8,136); }

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

border-color css

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

 span { border-color: rgb(143,8,136); }

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