Html Css Color HEX #9C0D83 Dark Magenta

📋 copy color: '#9C0D83'

red 156 ◦ green 13 ◦ blue 131

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

Shades of Dark Magenta #9C0D83

Tints of Dark Magenta #9C0D83

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.33%

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

R = 52%
G = 4.33%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#9C0D83 (or 0x9C0D83) is known color: Dark Magenta. HEX triplet: 9C, 0D and 83. RGB value is (156,13,131). Sum of RGB (Red+Green+Blue) = 156+13+131=300 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0D83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0D83 is #63F27C. Grayscale: #444444. Windows color (decimal): -6550141 or 8588700. OLE color: 8588700.

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

Color convert

RGB 156 13 131 -
CMYK 0 0.92 0.16 0.39
HSL 310.49º 0.85% 0.33% -
HSV(B) 310.49º 0.92% 0.61% -
XYZ 17.95 8.99 22.26 -
YUV 69.21 162.88 189.91 -
System Red Green Blue C M Y K H S L
Decimal 156 13 131 0 0.92 0.16 0.39 310.49 0.85 0.33
Hex 9C D 83 0 5C 10 27 136 55 21
Octal 234 15 203 0 134 20 47 466 125 41
Binary 10011100 1101 10000011 0 1011100 10000 100111 100110110 1010101 100001

Color Harmonies of #9C0D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0D83

Black with #9C0D83

Text Example


Text Example

White with #9C0D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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