Html Css Color HEX #9C0384 Dark Magenta

📋 copy color: '#9C0384'

red 156 ◦ green 3 ◦ blue 132

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

Shades of Dark Magenta #9C0384

Tints of Dark Magenta #9C0384

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

 BLUE value IS 132 (51.95% from 255) = 45.36%

R = 53.61%
G = 1.03%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9C0384 (or 0x9C0384) is known color: Dark Magenta. HEX triplet: 9C, 03 and 84. RGB value is (156,3,132). Sum of RGB (Red+Green+Blue) = 156+3+132=291 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.61% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0384 is #63FC7B. Grayscale: #3F3F3F. Windows color (decimal): -6552700 or 8651676. OLE color: 8651676.

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

Color convert

RGB 156 3 132 -
CMYK 0 0.98 0.15 0.39
HSL 309.41º 0.96% 0.31% -
HSV(B) 309.41º 0.98% 0.61% -
XYZ 17.91 8.8 22.58 -
YUV 63.45 166.69 194.01 -
System Red Green Blue C M Y K H S L
Decimal 156 3 132 0 0.98 0.15 0.39 309.41 0.96 0.31
Hex 9C 3 84 0 62 F 27 135 60 1F
Octal 234 3 204 0 142 17 47 465 140 37
Binary 10011100 11 10000100 0 1100010 1111 100111 100110101 1100000 11111

Color Harmonies of #9C0384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0384

Black with #9C0384

Text Example


Text Example

White with #9C0384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,3,132); }

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

background-color css

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

 a { background-color: rgb(156,3,132); }

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

border-color css

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

 span { border-color: rgb(156,3,132); }

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