Html Css Color HEX #9B397A Medium Red Violet

📋 copy color: '#9B397A'

red 155 ◦ green 57 ◦ blue 122

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

Shades of Medium Red Violet #9B397A

Tints of Medium Red Violet #9B397A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.07%

 BLUE value IS 122 (48.05% from 255) = 36.53%

R = 46.41%
G = 17.07%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9B397A (or 0x9B397A) is known color: Medium Red Violet. HEX triplet: 9B, 39 and 7A. RGB value is (155,57,122). Sum of RGB (Red+Green+Blue) = 155+57+122=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B397A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B397A is #64C685. Grayscale: #5D5D5D. Windows color (decimal): -6604422 or 8010139. OLE color: 8010139.

HSL color Cylindrical-coordinate representation of color #9B397A: hue angle of 320.2º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B397A is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 57 122 -
CMYK 0 0.63 0.21 0.39
HSL 320.2º 0.46% 0.42% -
HSV(B) 320.2º 0.63% 0.61% -
XYZ 18.49 11.3 19.62 -
YUV 93.71 143.97 171.71 -
System Red Green Blue C M Y K H S L
Decimal 155 57 122 0 0.63 0.21 0.39 320.2 0.46 0.42
Hex 9B 39 7A 0 3F 15 27 140 2E 2A
Octal 233 71 172 0 77 25 47 500 56 52
Binary 10011011 111001 1111010 0 111111 10101 100111 101000000 101110 101010

Color Harmonies of #9B397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B397A

Black with #9B397A

Text Example


Text Example

White with #9B397A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,57,122); }

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

background-color css

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

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

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

border-color css

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

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

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