Html Css Color HEX #9C099B Dark Magenta

📋 copy color: '#9C099B'

red 156 ◦ green 9 ◦ blue 155

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

Shades of Dark Magenta #9C099B

Tints of Dark Magenta #9C099B

RGB

 RED value IS 156 (61.33% from 255) = 48.75%

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

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

R = 48.75%
G = 2.81%
B = 48.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9C099B (or 0x9C099B) is known color: Dark Magenta. HEX triplet: 9C, 09 and 9B. RGB value is (156,9,155). Sum of RGB (Red+Green+Blue) = 156+9+155=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C099B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C099B is #63F664. Grayscale: #454545. Windows color (decimal): -6551141 or 10160540. OLE color: 10160540.

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

Color convert

RGB 156 9 155 -
CMYK 0 0.94 0.01 0.39
HSL 300.41º 0.89% 0.32% -
HSV(B) 300.41º 0.94% 0.61% -
XYZ 19.72 9.63 31.83 -
YUV 69.6 176.2 189.63 -
System Red Green Blue C M Y K H S L
Decimal 156 9 155 0 0.94 0.01 0.39 300.41 0.89 0.32
Hex 9C 9 9B 0 5E 1 27 12C 59 20
Octal 234 11 233 0 136 1 47 454 131 40
Binary 10011100 1001 10011011 0 1011110 1 100111 100101100 1011001 100000

Color Harmonies of #9C099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C099B

Black with #9C099B

Text Example


Text Example

White with #9C099B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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