Html Css Color HEX #9B467F Medium Red Violet

📋 copy color: '#9B467F'

red 155 ◦ green 70 ◦ blue 127

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

Shades of Medium Red Violet #9B467F

Tints of Medium Red Violet #9B467F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.08%

R = 44.03%
G = 19.89%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9B467F (or 0x9B467F) is known color: Medium Red Violet. HEX triplet: 9B, 46 and 7F. RGB value is (155,70,127). Sum of RGB (Red+Green+Blue) = 155+70+127=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B467F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B467F is #64B980. Grayscale: #656565. Windows color (decimal): -6601089 or 8341147. OLE color: 8341147.

HSL color Cylindrical-coordinate representation of color #9B467F: hue angle of 319.76º 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 #9B467F is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 70 127 -
CMYK 0 0.55 0.18 0.39
HSL 319.76º 0.38% 0.44% -
HSV(B) 319.76º 0.55% 0.61% -
XYZ 19.54 12.88 21.54 -
YUV 101.91 142.16 165.87 -
System Red Green Blue C M Y K H S L
Decimal 155 70 127 0 0.55 0.18 0.39 319.76 0.38 0.44
Hex 9B 46 7F 0 37 12 27 140 26 2C
Octal 233 106 177 0 67 22 47 500 46 54
Binary 10011011 1000110 1111111 0 110111 10010 100111 101000000 100110 101100

Color Harmonies of #9B467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B467F

Black with #9B467F

Text Example


Text Example

White with #9B467F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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