Html Css Color HEX #8C009D Dark Magenta

📋 copy color: '#8C009D'

red 140 ◦ green 0 ◦ blue 157

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

Shades of Dark Magenta #8C009D

Tints of Dark Magenta #8C009D

RGB

 RED value IS 140 (55.08% from 255) = 47.14%

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

 BLUE value IS 157 (61.72% from 255) = 52.86%

R = 47.14%
G = 0%
B = 52.86%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C009D (or 0x8C009D) is known color: Dark Magenta. HEX triplet: 8C, 00 and 9D. RGB value is (140,0,157). Sum of RGB (Red+Green+Blue) = 140+0+157=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C009D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C009D is #73FF62. Grayscale: #3B3B3B. Windows color (decimal): -7602019 or 10289292. OLE color: 10289292.

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

Color convert

RGB 140 0 157 -
CMYK 0.11 1 0 0.38
HSL 293.5º 1% 0.31% -
HSV(B) 293.5º 1% 0.62% -
XYZ 16.9 8.01 32.55 -
YUV 59.76 182.88 185.23 -
System Red Green Blue C M Y K H S L
Decimal 140 0 157 0.11 1 0 0.38 293.5 1 0.31
Hex 8C 0 9D B 64 0 26 126 64 1F
Octal 214 0 235 13 144 0 46 446 144 37
Binary 10001100 0 10011101 1011 1100100 0 100110 100100110 1100100 11111

Color Harmonies of #8C009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C009D

Black with #8C009D

Text Example


Text Example

White with #8C009D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,0,157); }

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

background-color css

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

 a { background-color: rgb(140,0,157); }

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

border-color css

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

 span { border-color: rgb(140,0,157); }

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