Html Css Color HEX #9B209C Dark Magenta

📋 copy color: '#9B209C'

red 155 ◦ green 32 ◦ blue 156

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

Shades of Dark Magenta #9B209C

Tints of Dark Magenta #9B209C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.33%

 BLUE value IS 156 (61.33% from 255) = 45.48%

R = 45.19%
G = 9.33%
B = 45.48%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9B209C (or 0x9B209C) is known color: Dark Magenta. HEX triplet: 9B, 20 and 9C. RGB value is (155,32,156). Sum of RGB (Red+Green+Blue) = 155+32+156=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #9B209C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B209C is #64DF63. Grayscale: #525252. Windows color (decimal): -6610788 or 10231963. OLE color: 10231963.

HSL color Cylindrical-coordinate representation of color #9B209C: hue angle of 299.52º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B209C is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 32 156 -
CMYK 0.01 0.79 0 0.39
HSL 299.52º 0.66% 0.37% -
HSV(B) 299.52º 0.79% 0.61% -
XYZ 20.03 10.4 32.4 -
YUV 82.91 169.25 179.42 -
System Red Green Blue C M Y K H S L
Decimal 155 32 156 0.01 0.79 0 0.39 299.52 0.66 0.37
Hex 9B 20 9C 1 4F 0 27 12C 42 25
Octal 233 40 234 1 117 0 47 454 102 45
Binary 10011011 100000 10011100 1 1001111 0 100111 100101100 1000010 100101

Color Harmonies of #9B209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B209C

Black with #9B209C

Text Example


Text Example

White with #9B209C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,32,156); }

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

background-color css

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

 a { background-color: rgb(155,32,156); }

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

border-color css

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

 span { border-color: rgb(155,32,156); }

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