Html Css Color HEX #9C0182 Dark Magenta

📋 copy color: '#9C0182'

red 156 ◦ green 1 ◦ blue 130

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

Shades of Dark Magenta #9C0182

Tints of Dark Magenta #9C0182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 45.3%

R = 54.36%
G = 0.35%
B = 45.3%

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

#9C0182 (or 0x9C0182) is known color: Dark Magenta. HEX triplet: 9C, 01 and 82. RGB value is (156,1,130). Sum of RGB (Red+Green+Blue) = 156+1+130=287 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.36% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0182 is #63FE7D. Grayscale: #3D3D3D. Windows color (decimal): -6553214 or 8520092. OLE color: 8520092.

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

Color convert

RGB 156 1 130 -
CMYK 0 0.99 0.17 0.39
HSL 310.06º 0.99% 0.31% -
HSV(B) 310.06º 0.99% 0.61% -
XYZ 17.75 8.7 21.86 -
YUV 62.05 166.35 195.01 -
System Red Green Blue C M Y K H S L
Decimal 156 1 130 0 0.99 0.17 0.39 310.06 0.99 0.31
Hex 9C 1 82 0 63 11 27 136 63 1F
Octal 234 1 202 0 143 21 47 466 143 37
Binary 10011100 1 10000010 0 1100011 10001 100111 100110110 1100011 11111

Color Harmonies of #9C0182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0182

Black with #9C0182

Text Example


Text Example

White with #9C0182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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