Html Css Color HEX #9B3879 Medium Red Violet

📋 copy color: '#9B3879'

red 155 ◦ green 56 ◦ blue 121

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

Shades of Medium Red Violet #9B3879

Tints of Medium Red Violet #9B3879

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.87%

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

R = 46.69%
G = 16.87%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B3879 (or 0x9B3879) is known color: Medium Red Violet. HEX triplet: 9B, 38 and 79. RGB value is (155,56,121). Sum of RGB (Red+Green+Blue) = 155+56+121=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3879 is #64C786. Grayscale: #5C5C5C. Windows color (decimal): -6604679 or 7944347. OLE color: 7944347.

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

Color convert

RGB 155 56 121 -
CMYK 0 0.64 0.22 0.39
HSL 320.61º 0.47% 0.41% -
HSV(B) 320.61º 0.64% 0.61% -
XYZ 18.38 11.18 19.28 -
YUV 93.01 143.8 172.21 -
System Red Green Blue C M Y K H S L
Decimal 155 56 121 0 0.64 0.22 0.39 320.61 0.47 0.41
Hex 9B 38 79 0 40 16 27 141 2F 29
Octal 233 70 171 0 100 26 47 501 57 51
Binary 10011011 111000 1111001 0 1000000 10110 100111 101000001 101111 101001

Color Harmonies of #9B3879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3879

Black with #9B3879

Text Example


Text Example

White with #9B3879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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