Html Css Color HEX #9B397C Medium Red Violet

📋 copy color: '#9B397C'

red 155 ◦ green 57 ◦ blue 124

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

Shades of Medium Red Violet #9B397C

Tints of Medium Red Violet #9B397C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.9%

R = 46.13%
G = 16.96%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B397C (or 0x9B397C) is known color: Medium Red Violet. HEX triplet: 9B, 39 and 7C. RGB value is (155,57,124). Sum of RGB (Red+Green+Blue) = 155+57+124=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B397C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B397C is #64C683. Grayscale: #5D5D5D. Windows color (decimal): -6604420 or 8141211. OLE color: 8141211.

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

Color convert

RGB 155 57 124 -
CMYK 0 0.63 0.2 0.39
HSL 318.98º 0.46% 0.42% -
HSV(B) 318.98º 0.63% 0.61% -
XYZ 18.62 11.35 20.28 -
YUV 93.94 144.97 171.55 -
System Red Green Blue C M Y K H S L
Decimal 155 57 124 0 0.63 0.2 0.39 318.98 0.46 0.42
Hex 9B 39 7C 0 3F 14 27 13F 2E 2A
Octal 233 71 174 0 77 24 47 477 56 52
Binary 10011011 111001 1111100 0 111111 10100 100111 100111111 101110 101010

Color Harmonies of #9B397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B397C

Black with #9B397C

Text Example


Text Example

White with #9B397C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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