Html Css Color HEX #8F0585 Dark Magenta

📋 copy color: '#8F0585'

red 143 ◦ green 5 ◦ blue 133

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

Shades of Dark Magenta #8F0585

Tints of Dark Magenta #8F0585

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.78%

 BLUE value IS 133 (52.34% from 255) = 47.33%

R = 50.89%
G = 1.78%
B = 47.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#8F0585 (or 0x8F0585) is known color: Dark Magenta. HEX triplet: 8F, 05 and 85. RGB value is (143,5,133). Sum of RGB (Red+Green+Blue) = 143+5+133=281 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.89% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0585 is #70FA7A. Grayscale: #3C3C3C. Windows color (decimal): -7404155 or 8717711. OLE color: 8717711.

HSL color Cylindrical-coordinate representation of color #8F0585: hue angle of 304.35º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F0585 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 5 133 -
CMYK 0 0.97 0.07 0.44
HSL 304.35º 0.93% 0.29% -
HSV(B) 304.35º 0.97% 0.56% -
XYZ 15.62 7.64 22.84 -
YUV 60.85 168.72 186.59 -
System Red Green Blue C M Y K H S L
Decimal 143 5 133 0 0.97 0.07 0.44 304.35 0.93 0.29
Hex 8F 5 85 0 61 7 2C 130 5D 1D
Octal 217 5 205 0 141 7 54 460 135 35
Binary 10001111 101 10000101 0 1100001 111 101100 100110000 1011101 11101

Color Harmonies of #8F0585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0585

Black with #8F0585

Text Example


Text Example

White with #8F0585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,5,133); }

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

background-color css

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

 a { background-color: rgb(143,5,133); }

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

border-color css

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

 span { border-color: rgb(143,5,133); }

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