Html Css Color HEX #9C009A Dark Magenta

📋 copy color: '#9C009A'

red 156 ◦ green 0 ◦ blue 154

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

Shades of Dark Magenta #9C009A

Tints of Dark Magenta #9C009A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 49.68%

R = 50.32%
G = 0%
B = 49.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9C009A (or 0x9C009A) is known color: Dark Magenta. HEX triplet: 9C, 00 and 9A. RGB value is (156,0,154). Sum of RGB (Red+Green+Blue) = 156+0+154=310 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.32% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 156 - color contains mainly: red. Hex color #9C009A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C009A is #63FF65. Grayscale: #3F3F3F. Windows color (decimal): -6553446 or 10092700. OLE color: 10092700.

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

Color convert

RGB 156 0 154 -
CMYK 0 1 0.01 0.39
HSL 300.77º 1% 0.31% -
HSV(B) 300.77º 1% 0.61% -
XYZ 19.54 9.4 31.36 -
YUV 64.2 178.68 193.48 -
System Red Green Blue C M Y K H S L
Decimal 156 0 154 0 1 0.01 0.39 300.77 1 0.31
Hex 9C 0 9A 0 64 1 27 12D 64 1F
Octal 234 0 232 0 144 1 47 455 144 37
Binary 10011100 0 10011010 0 1100100 1 100111 100101101 1100100 11111

Color Harmonies of #9C009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C009A

Black with #9C009A

Text Example


Text Example

White with #9C009A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,0,154); }

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

background-color css

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

 a { background-color: rgb(156,0,154); }

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

border-color css

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

 span { border-color: rgb(156,0,154); }

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