Html Css Color HEX #9C0181 Dark Magenta

📋 copy color: '#9C0181'

red 156 ◦ green 1 ◦ blue 129

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

Shades of Dark Magenta #9C0181

Tints of Dark Magenta #9C0181

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 129 (50.78% from 255) = 45.1%

R = 54.55%
G = 0.35%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9C0181 (or 0x9C0181) is known color: Dark Magenta. HEX triplet: 9C, 01 and 81. RGB value is (156,1,129). Sum of RGB (Red+Green+Blue) = 156+1+129=286 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.55% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0181 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0181 is #63FE7E. Grayscale: #3D3D3D. Windows color (decimal): -6553215 or 8454556. OLE color: 8454556.

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

Color convert

RGB 156 1 129 -
CMYK 0 0.99 0.17 0.39
HSL 310.45º 0.99% 0.31% -
HSV(B) 310.45º 0.99% 0.61% -
XYZ 17.68 8.67 21.51 -
YUV 61.94 165.85 195.09 -
System Red Green Blue C M Y K H S L
Decimal 156 1 129 0 0.99 0.17 0.39 310.45 0.99 0.31
Hex 9C 1 81 0 63 11 27 136 63 1F
Octal 234 1 201 0 143 21 47 466 143 37
Binary 10011100 1 10000001 0 1100011 10001 100111 100110110 1100011 11111

Color Harmonies of #9C0181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0181

Black with #9C0181

Text Example


Text Example

White with #9C0181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,1,129); }

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

background-color css

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

 a { background-color: rgb(156,1,129); }

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

border-color css

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

 span { border-color: rgb(156,1,129); }

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