Html Css Color HEX #9B3C79 Medium Red Violet

📋 copy color: '#9B3C79'

red 155 ◦ green 60 ◦ blue 121

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

Shades of Medium Red Violet #9B3C79

Tints of Medium Red Violet #9B3C79

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.86%

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

R = 46.13%
G = 17.86%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B3C79 (or 0x9B3C79) is known color: Medium Red Violet. HEX triplet: 9B, 3C and 79. RGB value is (155,60,121). Sum of RGB (Red+Green+Blue) = 155+60+121=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3C79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3C79 is #64C386. Grayscale: #5F5F5F. Windows color (decimal): -6603655 or 7945371. OLE color: 7945371.

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

Color convert

RGB 155 60 121 -
CMYK 0 0.61 0.22 0.39
HSL 321.47º 0.44% 0.42% -
HSV(B) 321.47º 0.61% 0.61% -
XYZ 18.58 11.58 19.34 -
YUV 95.36 142.47 170.54 -
System Red Green Blue C M Y K H S L
Decimal 155 60 121 0 0.61 0.22 0.39 321.47 0.44 0.42
Hex 9B 3C 79 0 3D 16 27 141 2C 2A
Octal 233 74 171 0 75 26 47 501 54 52
Binary 10011011 111100 1111001 0 111101 10110 100111 101000001 101100 101010

Color Harmonies of #9B3C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3C79

Black with #9B3C79

Text Example


Text Example

White with #9B3C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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