Html Css Color HEX #8C099C Dark Magenta

📋 copy color: '#8C099C'

red 140 ◦ green 9 ◦ blue 156

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

Shades of Dark Magenta #8C099C

Tints of Dark Magenta #8C099C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.95%

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

R = 45.9%
G = 2.95%
B = 51.15%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8C099C (or 0x8C099C) is known color: Dark Magenta. HEX triplet: 8C, 09 and 9C. RGB value is (140,9,156). Sum of RGB (Red+Green+Blue) = 140+9+156=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #8C099C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C099C is #73F663. Grayscale: #404040. Windows color (decimal): -7599716 or 10226060. OLE color: 10226060.

HSL color Cylindrical-coordinate representation of color #8C099C: hue angle of 293.47º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C099C is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 140 9 156 -
CMYK 0.10 0.94 0 0.39
HSL 293.47º 0.89% 0.32% -
HSV(B) 293.47º 0.94% 0.61% -
XYZ 16.91 8.17 32.14 -
YUV 64.93 179.4 181.55 -
System Red Green Blue C M Y K H S L
Decimal 140 9 156 0.10 0.94 0 0.39 293.47 0.89 0.32
Hex 8C 9 9C A 5E 0 27 125 59 20
Octal 214 11 234 12 136 0 47 445 131 40
Binary 10001100 1001 10011100 1010 1011110 0 100111 100100101 1011001 100000

Color Harmonies of #8C099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C099C

Black with #8C099C

Text Example


Text Example

White with #8C099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,9,156); }

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

background-color css

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

 a { background-color: rgb(140,9,156); }

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

border-color css

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

 span { border-color: rgb(140,9,156); }

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