Html Css Color HEX #9B3189 Dark Purple

📋 copy color: '#9B3189'

red 155 ◦ green 49 ◦ blue 137

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

Shades of Dark Purple #9B3189

Tints of Dark Purple #9B3189

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.37%

 BLUE value IS 137 (53.91% from 255) = 40.18%

R = 45.45%
G = 14.37%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9B3189 (or 0x9B3189) is known color: Dark Purple. HEX triplet: 9B, 31 and 89. RGB value is (155,49,137). Sum of RGB (Red+Green+Blue) = 155+49+137=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3189 is #64CE76. Grayscale: #5A5A5A. Windows color (decimal): -6606455 or 8991131. OLE color: 8991131.

HSL color Cylindrical-coordinate representation of color #9B3189: hue angle of 310.19º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B3189 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 49 137 -
CMYK 0 0.68 0.12 0.39
HSL 310.19º 0.52% 0.4% -
HSV(B) 310.19º 0.68% 0.61% -
XYZ 19.13 10.97 24.78 -
YUV 90.73 154.12 173.84 -
System Red Green Blue C M Y K H S L
Decimal 155 49 137 0 0.68 0.12 0.39 310.19 0.52 0.4
Hex 9B 31 89 0 44 C 27 136 34 28
Octal 233 61 211 0 104 14 47 466 64 50
Binary 10011011 110001 10001001 0 1000100 1100 100111 100110110 110100 101000

Color Harmonies of #9B3189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3189

Black with #9B3189

Text Example


Text Example

White with #9B3189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,49,137); }

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

background-color css

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

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

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

border-color css

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

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

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