Html Css Color HEX #8C099B Dark Magenta

📋 copy color: '#8C099B'

red 140 ◦ green 9 ◦ blue 155

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

Shades of Dark Magenta #8C099B

Tints of Dark Magenta #8C099B

RGB

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

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

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

R = 46.05%
G = 2.96%
B = 50.99%

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

#8C099B (or 0x8C099B) is known color: Dark Magenta. HEX triplet: 8C, 09 and 9B. RGB value is (140,9,155). Sum of RGB (Red+Green+Blue) = 140+9+155=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C099B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C099B is #73F664. Grayscale: #404040. Windows color (decimal): -7599717 or 10160524. OLE color: 10160524.

HSL color Cylindrical-coordinate representation of color #8C099B: hue angle of 293.84º 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 #8C099B is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 140 9 155 -
CMYK 0.10 0.94 0 0.39
HSL 293.84º 0.89% 0.32% -
HSV(B) 293.84º 0.94% 0.61% -
XYZ 16.83 8.14 31.69 -
YUV 64.81 178.9 181.63 -
System Red Green Blue C M Y K H S L
Decimal 140 9 155 0.10 0.94 0 0.39 293.84 0.89 0.32
Hex 8C 9 9B A 5E 0 27 126 59 20
Octal 214 11 233 12 136 0 47 446 131 40
Binary 10001100 1001 10011011 1010 1011110 0 100111 100100110 1011001 100000

Color Harmonies of #8C099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C099B

Black with #8C099B

Text Example


Text Example

White with #8C099B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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