Html Css Color HEX #9B4384 Medium Red Violet

📋 copy color: '#9B4384'

red 155 ◦ green 67 ◦ blue 132

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

Shades of Medium Red Violet #9B4384

Tints of Medium Red Violet #9B4384

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.93%

 BLUE value IS 132 (51.95% from 255) = 37.29%

R = 43.79%
G = 18.93%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9B4384 (or 0x9B4384) is known color: Medium Red Violet. HEX triplet: 9B, 43 and 84. RGB value is (155,67,132). Sum of RGB (Red+Green+Blue) = 155+67+132=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4384 is #64BC7B. Grayscale: #646464. Windows color (decimal): -6601852 or 8668059. OLE color: 8668059.

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

Color convert

RGB 155 67 132 -
CMYK 0 0.57 0.15 0.39
HSL 315.68º 0.4% 0.44% -
HSV(B) 315.68º 0.57% 0.61% -
XYZ 19.69 12.65 23.23 -
YUV 100.72 145.65 166.71 -
System Red Green Blue C M Y K H S L
Decimal 155 67 132 0 0.57 0.15 0.39 315.68 0.4 0.44
Hex 9B 43 84 0 39 F 27 13C 28 2C
Octal 233 103 204 0 71 17 47 474 50 54
Binary 10011011 1000011 10000100 0 111001 1111 100111 100111100 101000 101100

Color Harmonies of #9B4384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4384

Black with #9B4384

Text Example


Text Example

White with #9B4384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,67,132); }

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

background-color css

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

 a { background-color: rgb(155,67,132); }

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

border-color css

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

 span { border-color: rgb(155,67,132); }

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