Html Css Color HEX #9B4685 Medium Red Violet

📋 copy color: '#9B4685'

red 155 ◦ green 70 ◦ blue 133

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

Shades of Medium Red Violet #9B4685

Tints of Medium Red Violet #9B4685

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.55%

 BLUE value IS 133 (52.34% from 255) = 37.15%

R = 43.3%
G = 19.55%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B4685 (or 0x9B4685) is known color: Medium Red Violet. HEX triplet: 9B, 46 and 85. RGB value is (155,70,133). Sum of RGB (Red+Green+Blue) = 155+70+133=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4685 is #64B97A. Grayscale: #666666. Windows color (decimal): -6601083 or 8734363. OLE color: 8734363.

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

Color convert

RGB 155 70 133 -
CMYK 0 0.55 0.14 0.39
HSL 315.53º 0.38% 0.44% -
HSV(B) 315.53º 0.55% 0.61% -
XYZ 19.94 13.04 23.66 -
YUV 102.6 145.16 165.38 -
System Red Green Blue C M Y K H S L
Decimal 155 70 133 0 0.55 0.14 0.39 315.53 0.38 0.44
Hex 9B 46 85 0 37 E 27 13C 26 2C
Octal 233 106 205 0 67 16 47 474 46 54
Binary 10011011 1000110 10000101 0 110111 1110 100111 100111100 100110 101100

Color Harmonies of #9B4685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4685

Black with #9B4685

Text Example


Text Example

White with #9B4685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,70,133); }

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

background-color css

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

 a { background-color: rgb(155,70,133); }

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

border-color css

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

 span { border-color: rgb(155,70,133); }

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