Html Css Color HEX #8D009B Dark Magenta

📋 copy color: '#8D009B'

red 141 ◦ green 0 ◦ blue 155

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

Shades of Dark Magenta #8D009B

Tints of Dark Magenta #8D009B

RGB

 RED value IS 141 (55.47% from 255) = 47.64%

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

 BLUE value IS 155 (60.94% from 255) = 52.36%

R = 47.64%
G = 0%
B = 52.36%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8D009B (or 0x8D009B) is known color: Dark Magenta. HEX triplet: 8D, 00 and 9B. RGB value is (141,0,155). Sum of RGB (Red+Green+Blue) = 141+0+155=296 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.64% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D009B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D009B is #72FF64. Grayscale: #3B3B3B. Windows color (decimal): -7536485 or 10158221. OLE color: 10158221.

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

Color convert

RGB 141 0 155 -
CMYK 0.09 1 0 0.39
HSL 294.58º 1% 0.3% -
HSV(B) 294.58º 1% 0.61% -
XYZ 16.9 8.03 31.67 -
YUV 59.83 181.71 185.9 -
System Red Green Blue C M Y K H S L
Decimal 141 0 155 0.09 1 0 0.39 294.58 1 0.3
Hex 8D 0 9B 9 64 0 27 127 64 1E
Octal 215 0 233 11 144 0 47 447 144 36
Binary 10001101 0 10011011 1001 1100100 0 100111 100100111 1100100 11110

Color Harmonies of #8D009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D009B

Black with #8D009B

Text Example


Text Example

White with #8D009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,0,155); }

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

background-color css

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

 a { background-color: rgb(141,0,155); }

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

border-color css

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

 span { border-color: rgb(141,0,155); }

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