Html Css Color HEX #9B3979 Medium Red Violet

📋 copy color: '#9B3979'

red 155 ◦ green 57 ◦ blue 121

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

Shades of Medium Red Violet #9B3979

Tints of Medium Red Violet #9B3979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 36.34%

R = 46.55%
G = 17.12%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B3979 (or 0x9B3979) is known color: Medium Red Violet. HEX triplet: 9B, 39 and 79. RGB value is (155,57,121). Sum of RGB (Red+Green+Blue) = 155+57+121=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3979 is #64C686. Grayscale: #5D5D5D. Windows color (decimal): -6604423 or 7944603. OLE color: 7944603.

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

Color convert

RGB 155 57 121 -
CMYK 0 0.63 0.22 0.39
HSL 320.82º 0.46% 0.42% -
HSV(B) 320.82º 0.63% 0.61% -
XYZ 18.43 11.28 19.29 -
YUV 93.6 143.47 171.8 -
System Red Green Blue C M Y K H S L
Decimal 155 57 121 0 0.63 0.22 0.39 320.82 0.46 0.42
Hex 9B 39 79 0 3F 16 27 141 2E 2A
Octal 233 71 171 0 77 26 47 501 56 52
Binary 10011011 111001 1111001 0 111111 10110 100111 101000001 101110 101010

Color Harmonies of #9B3979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3979

Black with #9B3979

Text Example


Text Example

White with #9B3979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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