Html Css Color HEX #9B397B Medium Red Violet

📋 copy color: '#9B397B'

red 155 ◦ green 57 ◦ blue 123

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

Shades of Medium Red Violet #9B397B

Tints of Medium Red Violet #9B397B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.72%

R = 46.27%
G = 17.01%
B = 36.72%

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

#9B397B (or 0x9B397B) is known color: Medium Red Violet. HEX triplet: 9B, 39 and 7B. RGB value is (155,57,123). Sum of RGB (Red+Green+Blue) = 155+57+123=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B397B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B397B is #64C684. Grayscale: #5D5D5D. Windows color (decimal): -6604421 or 8075675. OLE color: 8075675.

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

Color convert

RGB 155 57 123 -
CMYK 0 0.63 0.21 0.39
HSL 319.59º 0.46% 0.42% -
HSV(B) 319.59º 0.63% 0.61% -
XYZ 18.56 11.32 19.95 -
YUV 93.83 144.47 171.63 -
System Red Green Blue C M Y K H S L
Decimal 155 57 123 0 0.63 0.21 0.39 319.59 0.46 0.42
Hex 9B 39 7B 0 3F 15 27 140 2E 2A
Octal 233 71 173 0 77 25 47 500 56 52
Binary 10011011 111001 1111011 0 111111 10101 100111 101000000 101110 101010

Color Harmonies of #9B397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B397B

Black with #9B397B

Text Example


Text Example

White with #9B397B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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