Html Css Color HEX #9B1C9D Dark Magenta

📋 copy color: '#9B1C9D'

red 155 ◦ green 28 ◦ blue 157

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

Shades of Dark Magenta #9B1C9D

Tints of Dark Magenta #9B1C9D

RGB

 RED value IS 155 (60.94% from 255) = 45.59%

 GREEN value IS 28 (11.33% from 255) = 8.24%

 BLUE value IS 157 (61.72% from 255) = 46.18%

R = 45.59%
G = 8.24%
B = 46.18%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9B1C9D (or 0x9B1C9D) is known color: Dark Magenta. HEX triplet: 9B, 1C and 9D. RGB value is (155,28,157). Sum of RGB (Red+Green+Blue) = 155+28+157=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B1C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1C9D is #64E362. Grayscale: #505050. Windows color (decimal): -6611811 or 10296475. OLE color: 10296475.

HSL color Cylindrical-coordinate representation of color #9B1C9D: hue angle of 299.07º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B1C9D is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 155 28 157 -
CMYK 0.01 0.82 0 0.38
HSL 299.07º 0.7% 0.36% -
HSV(B) 299.07º 0.82% 0.62% -
XYZ 20.02 10.23 32.82 -
YUV 80.68 171.08 181.01 -
System Red Green Blue C M Y K H S L
Decimal 155 28 157 0.01 0.82 0 0.38 299.07 0.7 0.36
Hex 9B 1C 9D 1 52 0 26 12B 46 24
Octal 233 34 235 1 122 0 46 453 106 44
Binary 10011011 11100 10011101 1 1010010 0 100110 100101011 1000110 100100

Color Harmonies of #9B1C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1C9D

Black with #9B1C9D

Text Example


Text Example

White with #9B1C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,28,157); }

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

background-color css

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

 a { background-color: rgb(155,28,157); }

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

border-color css

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

 span { border-color: rgb(155,28,157); }

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