Html Css Color HEX #9B3777 Medium Red Violet

📋 copy color: '#9B3777'

red 155 ◦ green 55 ◦ blue 119

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

Shades of Medium Red Violet #9B3777

Tints of Medium Red Violet #9B3777

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.72%

 BLUE value IS 119 (46.88% from 255) = 36.17%

R = 47.11%
G = 16.72%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B3777 (or 0x9B3777) is known color: Medium Red Violet. HEX triplet: 9B, 37 and 77. RGB value is (155,55,119). Sum of RGB (Red+Green+Blue) = 155+55+119=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3777 is #64C888. Grayscale: #5C5C5C. Windows color (decimal): -6604937 or 7813019. OLE color: 7813019.

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

Color convert

RGB 155 55 119 -
CMYK 0 0.65 0.23 0.39
HSL 321.6º 0.48% 0.41% -
HSV(B) 321.6º 0.65% 0.61% -
XYZ 18.21 11.03 18.62 -
YUV 92.2 143.13 172.8 -
System Red Green Blue C M Y K H S L
Decimal 155 55 119 0 0.65 0.23 0.39 321.6 0.48 0.41
Hex 9B 37 77 0 41 17 27 142 30 29
Octal 233 67 167 0 101 27 47 502 60 51
Binary 10011011 110111 1110111 0 1000001 10111 100111 101000010 110000 101001

Color Harmonies of #9B3777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3777

Black with #9B3777

Text Example


Text Example

White with #9B3777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,55,119); }

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

background-color css

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

 a { background-color: rgb(155,55,119); }

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

border-color css

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

 span { border-color: rgb(155,55,119); }

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