Html Css Color HEX #9B159D Dark Magenta

📋 copy color: '#9B159D'

red 155 ◦ green 21 ◦ blue 157

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

Shades of Dark Magenta #9B159D

Tints of Dark Magenta #9B159D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.31%

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

R = 46.55%
G = 6.31%
B = 47.15%

CMYK

 C value IS 0.01

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9B159D (or 0x9B159D) is known color: Dark Magenta. HEX triplet: 9B, 15 and 9D. RGB value is (155,21,157). Sum of RGB (Red+Green+Blue) = 155+21+157=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B159D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B159D is #64EA62. Grayscale: #4C4C4C. Windows color (decimal): -6613603 or 10294683. OLE color: 10294683.

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

Color convert

RGB 155 21 157 -
CMYK 0.01 0.87 0 0.38
HSL 299.12º 0.76% 0.35% -
HSV(B) 299.12º 0.87% 0.62% -
XYZ 19.87 9.94 32.77 -
YUV 76.57 173.39 183.94 -
System Red Green Blue C M Y K H S L
Decimal 155 21 157 0.01 0.87 0 0.38 299.12 0.76 0.35
Hex 9B 15 9D 1 57 0 26 12B 4C 23
Octal 233 25 235 1 127 0 46 453 114 43
Binary 10011011 10101 10011101 1 1010111 0 100110 100101011 1001100 100011

Color Harmonies of #9B159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B159D

Black with #9B159D

Text Example


Text Example

White with #9B159D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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