Html Css Color HEX #9B158A Dark Magenta

📋 copy color: '#9B158A'

red 155 ◦ green 21 ◦ blue 138

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

Shades of Dark Magenta #9B158A

Tints of Dark Magenta #9B158A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.95%

R = 49.36%
G = 6.69%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9B158A (or 0x9B158A) is known color: Dark Magenta. HEX triplet: 9B, 15 and 8A. RGB value is (155,21,138). Sum of RGB (Red+Green+Blue) = 155+21+138=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B158A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B158A is #64EA75. Grayscale: #4A4A4A. Windows color (decimal): -6613622 or 9049499. OLE color: 9049499.

HSL color Cylindrical-coordinate representation of color #9B158A: hue angle of 307.61º 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 #9B158A is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 21 138 -
CMYK 0 0.86 0.11 0.39
HSL 307.61º 0.76% 0.35% -
HSV(B) 307.61º 0.86% 0.61% -
XYZ 18.37 9.34 24.88 -
YUV 74.4 163.89 185.49 -
System Red Green Blue C M Y K H S L
Decimal 155 21 138 0 0.86 0.11 0.39 307.61 0.76 0.35
Hex 9B 15 8A 0 56 B 27 134 4C 23
Octal 233 25 212 0 126 13 47 464 114 43
Binary 10011011 10101 10001010 0 1010110 1011 100111 100110100 1001100 100011

Color Harmonies of #9B158A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B158A

Black with #9B158A

Text Example


Text Example

White with #9B158A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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