Html Css Color HEX #9C029D Dark Magenta

📋 copy color: '#9C029D'

red 156 ◦ green 2 ◦ blue 157

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

Shades of Dark Magenta #9C029D

Tints of Dark Magenta #9C029D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 49.52%
G = 0.63%
B = 49.84%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9C029D (or 0x9C029D) is known color: Dark Magenta. HEX triplet: 9C, 02 and 9D. RGB value is (156,2,157). Sum of RGB (Red+Green+Blue) = 156+2+157=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C029D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C029D is #63FD62. Grayscale: #414141. Windows color (decimal): -6552931 or 10289820. OLE color: 10289820.

HSL color Cylindrical-coordinate representation of color #9C029D: hue angle of 299.61º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C029D is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 156 2 157 -
CMYK 0.01 0.99 0 0.38
HSL 299.61º 0.97% 0.31% -
HSV(B) 299.61º 0.99% 0.62% -
XYZ 19.82 9.55 32.7 -
YUV 65.72 179.52 192.4 -
System Red Green Blue C M Y K H S L
Decimal 156 2 157 0.01 0.99 0 0.38 299.61 0.97 0.31
Hex 9C 2 9D 1 63 0 26 12C 61 1F
Octal 234 2 235 1 143 0 46 454 141 37
Binary 10011100 10 10011101 1 1100011 0 100110 100101100 1100001 11111

Color Harmonies of #9C029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C029D

Black with #9C029D

Text Example


Text Example

White with #9C029D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,2,157); }

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

background-color css

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

 a { background-color: rgb(156,2,157); }

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

border-color css

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

 span { border-color: rgb(156,2,157); }

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