Html Css Color HEX #9B159B Dark Magenta

📋 copy color: '#9B159B'

red 155 ◦ green 21 ◦ blue 155

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

Shades of Dark Magenta #9B159B

Tints of Dark Magenta #9B159B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.83%

R = 46.83%
G = 6.34%
B = 46.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9B159B (or 0x9B159B) is known color: Dark Magenta. HEX triplet: 9B, 15 and 9B. RGB value is (155,21,155). Sum of RGB (Red+Green+Blue) = 155+21+155=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B159B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B159B is #64EA64. Grayscale: #4B4B4B. Windows color (decimal): -6613605 or 10163611. OLE color: 10163611.

HSL color Cylindrical-coordinate representation of color #9B159B: hue angle of 300º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B159B is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 21 155 -
CMYK 0 0.86 0 0.39
HSL 300º 0.76% 0.35% -
HSV(B) 300º 0.86% 0.61% -
XYZ 19.7 9.87 31.88 -
YUV 76.34 172.39 184.1 -
System Red Green Blue C M Y K H S L
Decimal 155 21 155 0 0.86 0 0.39 300 0.76 0.35
Hex 9B 15 9B 0 56 0 27 12C 4C 23
Octal 233 25 233 0 126 0 47 454 114 43
Binary 10011011 10101 10011011 0 1010110 0 100111 100101100 1001100 100011

Color Harmonies of #9B159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B159B

Black with #9B159B

Text Example


Text Example

White with #9B159B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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