Html Css Color HEX #9C0583 Dark Magenta

📋 copy color: '#9C0583'

red 156 ◦ green 5 ◦ blue 131

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

Shades of Dark Magenta #9C0583

Tints of Dark Magenta #9C0583

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.71%

 BLUE value IS 131 (51.56% from 255) = 44.86%

R = 53.42%
G = 1.71%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#9C0583 (or 0x9C0583) is known color: Dark Magenta. HEX triplet: 9C, 05 and 83. RGB value is (156,5,131). Sum of RGB (Red+Green+Blue) = 156+5+131=292 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.42% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0583 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0583 is #63FA7C. Grayscale: #404040. Windows color (decimal): -6552189 or 8586652. OLE color: 8586652.

HSL color Cylindrical-coordinate representation of color #9C0583: hue angle of 309.93º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C0583 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 5 131 -
CMYK 0 0.97 0.16 0.39
HSL 309.93º 0.94% 0.32% -
HSV(B) 309.93º 0.97% 0.61% -
XYZ 17.86 8.82 22.23 -
YUV 64.51 165.53 193.25 -
System Red Green Blue C M Y K H S L
Decimal 156 5 131 0 0.97 0.16 0.39 309.93 0.94 0.32
Hex 9C 5 83 0 61 10 27 136 5E 20
Octal 234 5 203 0 141 20 47 466 136 40
Binary 10011100 101 10000011 0 1100001 10000 100111 100110110 1011110 100000

Color Harmonies of #9C0583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0583

Black with #9C0583

Text Example


Text Example

White with #9C0583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,5,131); }

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

background-color css

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

 a { background-color: rgb(156,5,131); }

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

border-color css

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

 span { border-color: rgb(156,5,131); }

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