Html Css Color HEX #9B148C Dark Magenta

📋 copy color: '#9B148C'

red 155 ◦ green 20 ◦ blue 140

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

Shades of Dark Magenta #9B148C

Tints of Dark Magenta #9B148C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.35%

 BLUE value IS 140 (55.08% from 255) = 44.44%

R = 49.21%
G = 6.35%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B148C (or 0x9B148C) is known color: Dark Magenta. HEX triplet: 9B, 14 and 8C. RGB value is (155,20,140). Sum of RGB (Red+Green+Blue) = 155+20+140=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B148C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B148C is #64EB73. Grayscale: #494949. Windows color (decimal): -6613876 or 9180315. OLE color: 9180315.

HSL color Cylindrical-coordinate representation of color #9B148C: hue angle of 306.67º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B148C is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 20 140 -
CMYK 0 0.87 0.10 0.39
HSL 306.67º 0.77% 0.34% -
HSV(B) 306.67º 0.87% 0.61% -
XYZ 18.5 9.36 25.64 -
YUV 74.05 165.23 185.74 -
System Red Green Blue C M Y K H S L
Decimal 155 20 140 0 0.87 0.10 0.39 306.67 0.77 0.34
Hex 9B 14 8C 0 57 A 27 133 4D 22
Octal 233 24 214 0 127 12 47 463 115 42
Binary 10011011 10100 10001100 0 1010111 1010 100111 100110011 1001101 100010

Color Harmonies of #9B148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B148C

Black with #9B148C

Text Example


Text Example

White with #9B148C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,20,140); }

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

background-color css

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

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

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

border-color css

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

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

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